Html Css Color HEX #C47510 Ochre

📋 copy color: '#C47510'

red 196 ◦ green 117 ◦ blue 16

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

Shades of Ochre #C47510

Tints of Ochre #C47510

RGB

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

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

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

R = 59.57%
G = 35.56%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C47510 (or 0xC47510) is known color: Ochre. HEX triplet: C4, 75 and 10. RGB value is (196,117,16). Sum of RGB (Red+Green+Blue) = 196+117+16=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47510 is #3B8AEF. Grayscale: #818181. Windows color (decimal): -3902192 or 1078724. OLE color: 1078724.

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

Color convert

RGB 196 117 16 -
CMYK 0 0.40 0.92 0.23
HSL 33.67º 0.85% 0.42% -
HSV(B) 33.67º 0.92% 0.77% -
XYZ 29.22 24.5 3.68 -
YUV 129.11 64.17 175.71 -
System Red Green Blue C M Y K H S L
Decimal 196 117 16 0 0.40 0.92 0.23 33.67 0.85 0.42
Hex C4 75 10 0 28 5C 17 22 55 2A
Octal 304 165 20 0 50 134 27 42 125 52
Binary 11000100 1110101 10000 0 101000 1011100 10111 100010 1010101 101010

Color Harmonies of #C47510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47510

Black with #C47510

Text Example


Text Example

White with #C47510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47510; }

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

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

background-color css

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

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

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

border-color css

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

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

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