Html Css Color HEX #C4791E Ochre

📋 copy color: '#C4791E'

red 196 ◦ green 121 ◦ blue 30

#C4791E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C4791E

Tints of Ochre #C4791E

RGB

 RED value IS 196 (76.95% from 255) = 56.48%

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 56.48%
G = 34.87%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4791E (or 0xC4791E) is known color: Ochre. HEX triplet: C4, 79 and 1E. RGB value is (196,121,30). Sum of RGB (Red+Green+Blue) = 196+121+30=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C4791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4791E is #3B86E1. Grayscale: #858585. Windows color (decimal): -3901154 or 1997252. OLE color: 1997252.

HSL color Cylindrical-coordinate representation of color #C4791E: hue angle of 32.89º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4791E is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 30 -
CMYK 0 0.38 0.85 0.23
HSL 32.89º 0.73% 0.44% -
HSV(B) 32.89º 0.85% 0.77% -
XYZ 29.84 25.5 4.58 -
YUV 133.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 196 121 30 0 0.38 0.85 0.23 32.89 0.73 0.44
Hex C4 79 1E 0 26 55 17 21 49 2C
Octal 304 171 36 0 46 125 27 41 111 54
Binary 11000100 1111001 11110 0 100110 1010101 10111 100001 1001001 101100

Color Harmonies of #C4791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4791E

Black with #C4791E

Text Example


Text Example

White with #C4791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4791E; }

 p { color: rgb(196,121,30); }

 H1.HeaderClassName
 {
   color: #C4791E;
 }
 .AnyTagClassName
 {
   color: #C4791E;
 }
</style>

background-color css

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

 a { background-color: rgb(196,121,30); }

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

border-color css

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

 span { border-color: rgb(196,121,30); }

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