Html Css Color HEX #C47410 Ochre

📋 copy color: '#C47410'

red 196 ◦ green 116 ◦ blue 16

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

Shades of Ochre #C47410

Tints of Ochre #C47410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 59.76%
G = 35.37%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C47410 (or 0xC47410) is known color: Ochre. HEX triplet: C4, 74 and 10. RGB value is (196,116,16). Sum of RGB (Red+Green+Blue) = 196+116+16=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C47410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47410 is #3B8BEF. Grayscale: #818181. Windows color (decimal): -3902448 or 1078468. OLE color: 1078468.

HSL color Cylindrical-coordinate representation of color #C47410: hue angle of 33.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C47410 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 16 -
CMYK 0 0.41 0.92 0.23
HSL 33.33º 0.85% 0.42% -
HSV(B) 33.33º 0.92% 0.77% -
XYZ 29.1 24.26 3.64 -
YUV 128.52 64.5 176.13 -
System Red Green Blue C M Y K H S L
Decimal 196 116 16 0 0.41 0.92 0.23 33.33 0.85 0.42
Hex C4 74 10 0 29 5C 17 21 55 2A
Octal 304 164 20 0 51 134 27 41 125 52
Binary 11000100 1110100 10000 0 101001 1011100 10111 100001 1010101 101010

Color Harmonies of #C47410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47410

Black with #C47410

Text Example


Text Example

White with #C47410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47410; }

 p { color: rgb(196,116,16); }

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

background-color css

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

 a { background-color: rgb(196,116,16); }

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

border-color css

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

 span { border-color: rgb(196,116,16); }

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