Html Css Color HEX #C47013 Ochre

📋 copy color: '#C47013'

red 196 ◦ green 112 ◦ blue 19

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

Shades of Ochre #C47013

Tints of Ochre #C47013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.25%

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 59.94%
G = 34.25%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C47013 (or 0xC47013) is known color: Ochre. HEX triplet: C4, 70 and 13. RGB value is (196,112,19). Sum of RGB (Red+Green+Blue) = 196+112+19=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C47013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47013 is #3B8FEC. Grayscale: #7E7E7E. Windows color (decimal): -3903469 or 1274052. OLE color: 1274052.

HSL color Cylindrical-coordinate representation of color #C47013: hue angle of 31.53º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47013 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 19 -
CMYK 0 0.43 0.90 0.23
HSL 31.53º 0.82% 0.42% -
HSV(B) 31.53º 0.9% 0.77% -
XYZ 28.68 23.37 3.62 -
YUV 126.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 196 112 19 0 0.43 0.90 0.23 31.53 0.82 0.42
Hex C4 70 13 0 2B 5A 17 20 52 2A
Octal 304 160 23 0 53 132 27 40 122 52
Binary 11000100 1110000 10011 0 101011 1011010 10111 100000 1010010 101010

Color Harmonies of #C47013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47013

Black with #C47013

Text Example


Text Example

White with #C47013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47013; }

 p { color: rgb(196,112,19); }

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

background-color css

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

 a { background-color: rgb(196,112,19); }

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

border-color css

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

 span { border-color: rgb(196,112,19); }

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