Html Css Color HEX #C47D17 Ochre

📋 copy color: '#C47D17'

red 196 ◦ green 125 ◦ blue 23

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

Shades of Ochre #C47D17

Tints of Ochre #C47D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.34%

 BLUE value IS 23 (9.38% from 255) = 6.69%

R = 56.98%
G = 36.34%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C47D17 (or 0xC47D17) is known color: Ochre. HEX triplet: C4, 7D and 17. RGB value is (196,125,23). Sum of RGB (Red+Green+Blue) = 196+125+23=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D17 is #3B82E8. Grayscale: #878787. Windows color (decimal): -3900137 or 1539524. OLE color: 1539524.

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

Color convert

RGB 196 125 23 -
CMYK 0 0.36 0.88 0.23
HSL 35.38º 0.79% 0.43% -
HSV(B) 35.38º 0.88% 0.77% -
XYZ 30.25 26.46 4.32 -
YUV 134.6 65.02 171.79 -
System Red Green Blue C M Y K H S L
Decimal 196 125 23 0 0.36 0.88 0.23 35.38 0.79 0.43
Hex C4 7D 17 0 24 58 17 23 4F 2B
Octal 304 175 27 0 44 130 27 43 117 53
Binary 11000100 1111101 10111 0 100100 1011000 10111 100011 1001111 101011

Color Harmonies of #C47D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D17

Black with #C47D17

Text Example


Text Example

White with #C47D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D17; }

 p { color: rgb(196,125,23); }

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

background-color css

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

 a { background-color: rgb(196,125,23); }

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

border-color css

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

 span { border-color: rgb(196,125,23); }

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