Html Css Color HEX #C47916 Ochre

📋 copy color: '#C47916'

red 196 ◦ green 121 ◦ blue 22

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

Shades of Ochre #C47916

Tints of Ochre #C47916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 57.82%
G = 35.69%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47916 (or 0xC47916) is known color: Ochre. HEX triplet: C4, 79 and 16. RGB value is (196,121,22). Sum of RGB (Red+Green+Blue) = 196+121+22=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C47916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47916 is #3B86E9. Grayscale: #848484. Windows color (decimal): -3901162 or 1472964. OLE color: 1472964.

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

Color convert

RGB 196 121 22 -
CMYK 0 0.38 0.89 0.23
HSL 34.14º 0.8% 0.43% -
HSV(B) 34.14º 0.89% 0.77% -
XYZ 29.75 25.47 4.11 -
YUV 132.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 196 121 22 0 0.38 0.89 0.23 34.14 0.8 0.43
Hex C4 79 16 0 26 59 17 22 50 2B
Octal 304 171 26 0 46 131 27 42 120 53
Binary 11000100 1111001 10110 0 100110 1011001 10111 100010 1010000 101011

Color Harmonies of #C47916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47916

Black with #C47916

Text Example


Text Example

White with #C47916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47916; }

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

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

background-color css

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

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

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

border-color css

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

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

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