Html Css Color HEX #C47B16 Ochre

📋 copy color: '#C47B16'

red 196 ◦ green 123 ◦ blue 22

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

Shades of Ochre #C47B16

Tints of Ochre #C47B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.07%

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

R = 57.48%
G = 36.07%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47B16 (or 0xC47B16) is known color: Ochre. HEX triplet: C4, 7B and 16. RGB value is (196,123,22). Sum of RGB (Red+Green+Blue) = 196+123+22=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B16 is #3B84E9. Grayscale: #858585. Windows color (decimal): -3900650 or 1473476. OLE color: 1473476.

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

Color convert

RGB 196 123 22 -
CMYK 0 0.37 0.89 0.23
HSL 34.83º 0.8% 0.43% -
HSV(B) 34.83º 0.89% 0.77% -
XYZ 29.99 25.96 4.19 -
YUV 133.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 196 123 22 0 0.37 0.89 0.23 34.83 0.8 0.43
Hex C4 7B 16 0 25 59 17 23 50 2B
Octal 304 173 26 0 45 131 27 43 120 53
Binary 11000100 1111011 10110 0 100101 1011001 10111 100011 1010000 101011

Color Harmonies of #C47B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B16

Black with #C47B16

Text Example


Text Example

White with #C47B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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