Html Css Color HEX #C47513 Ochre

📋 copy color: '#C47513'

red 196 ◦ green 117 ◦ blue 19

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

Shades of Ochre #C47513

Tints of Ochre #C47513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 59.04%
G = 35.24%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C47513 (or 0xC47513) is known color: Ochre. HEX triplet: C4, 75 and 13. RGB value is (196,117,19). Sum of RGB (Red+Green+Blue) = 196+117+19=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C47513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47513 is #3B8AEC. Grayscale: #818181. Windows color (decimal): -3902189 or 1275332. OLE color: 1275332.

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

Color convert

RGB 196 117 19 -
CMYK 0 0.40 0.90 0.23
HSL 33.22º 0.82% 0.42% -
HSV(B) 33.22º 0.9% 0.77% -
XYZ 29.24 24.51 3.8 -
YUV 129.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 196 117 19 0 0.40 0.90 0.23 33.22 0.82 0.42
Hex C4 75 13 0 28 5A 17 21 52 2A
Octal 304 165 23 0 50 132 27 41 122 52
Binary 11000100 1110101 10011 0 101000 1011010 10111 100001 1010010 101010

Color Harmonies of #C47513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47513

Black with #C47513

Text Example


Text Example

White with #C47513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47513; }

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

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

background-color css

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

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

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

border-color css

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

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

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