Html Css Color HEX #C47816 Ochre

📋 copy color: '#C47816'

red 196 ◦ green 120 ◦ blue 22

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

Shades of Ochre #C47816

Tints of Ochre #C47816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.5%

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

R = 57.99%
G = 35.5%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47816 (or 0xC47816) is known color: Ochre. HEX triplet: C4, 78 and 16. RGB value is (196,120,22). Sum of RGB (Red+Green+Blue) = 196+120+22=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C47816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47816 is #3B87E9. Grayscale: #848484. Windows color (decimal): -3901418 or 1472708. OLE color: 1472708.

HSL color Cylindrical-coordinate representation of color #C47816: hue angle of 33.79º 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 #C47816 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 22 -
CMYK 0 0.39 0.89 0.23
HSL 33.79º 0.8% 0.43% -
HSV(B) 33.79º 0.89% 0.77% -
XYZ 29.63 25.23 4.07 -
YUV 131.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 196 120 22 0 0.39 0.89 0.23 33.79 0.8 0.43
Hex C4 78 16 0 27 59 17 22 50 2B
Octal 304 170 26 0 47 131 27 42 120 53
Binary 11000100 1111000 10110 0 100111 1011001 10111 100010 1010000 101011

Color Harmonies of #C47816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47816

Black with #C47816

Text Example


Text Example

White with #C47816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47816; }

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

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

background-color css

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

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

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

border-color css

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

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

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