#c3791b

Color #C3791B Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C3791B

Tints of Ochre #C3791B

Color information

#C3791B (or 0xC3791B) is unknown color: approx Ochre. HEX triplet: C3, 79 and 1B. RGB value is (195,121,27). Sum of RGB (Red+Green+Blue) = 195+121+27=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3791B is #3C86E4. Grayscale: #848484. Windows color (decimal): -3966693 or 1800643. OLE color: 1800643.

HSL color Cylindrical-coordinate representation of color #C3791B: hue angle of 33.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3791B is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19512127-
CMYK00.380.860.24
HSL33.57º75.68%43.53%-
HSV(B)33.57º86.15%76.47%-
XYZ29.5425.364.37-
YUV132.4168.52172.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 56.85%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=56.85%
G=35.28%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951212700.380.860.2433.5775.6843.53
HexC3791B0265618224c2c
Octal30317133046126304211454
Binary1100001111110011101101001101010110110001000101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3791b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3791b; }

 p { color: rgb(195,121,27); }

 H1.HeaderClassName
 {
   color: #c3791b;
 }
 .AnyTagClassName
 {
   color: #c3791b;
 }
</style>
background-color css

<style>
 a { background-color: #c3791b; }

 a { background-color: rgb(195,121,27); }

 div.DivClassName
 {
   background-color: #c3791b;
 }
 .BgClassName
 {
   background-color: #c3791b;
 }
</style>
border-color css

<style>
 span { border-color: #c3791b; }

 span { border-color: rgb(195,121,27); }

 td.TdClassName
 {
   border-color: #c3791b;
 }
 .TagClassName
 {
   border-color: #c3791b;
 }
</style>