Html Css Color HEX #C47312 Ochre

📋 copy color: '#C47312'

red 196 ◦ green 115 ◦ blue 18

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

Shades of Ochre #C47312

Tints of Ochre #C47312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 59.57%
G = 34.95%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47312 (or 0xC47312) is known color: Ochre. HEX triplet: C4, 73 and 12. RGB value is (196,115,18). Sum of RGB (Red+Green+Blue) = 196+115+18=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47312 is #3B8CED. Grayscale: #808080. Windows color (decimal): -3902702 or 1209284. OLE color: 1209284.

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

Color convert

RGB 196 115 18 -
CMYK 0 0.41 0.91 0.23
HSL 32.7º 0.83% 0.42% -
HSV(B) 32.7º 0.91% 0.77% -
XYZ 29 24.04 3.68 -
YUV 128.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 196 115 18 0 0.41 0.91 0.23 32.7 0.83 0.42
Hex C4 73 12 0 29 5B 17 21 53 2A
Octal 304 163 22 0 51 133 27 41 123 52
Binary 11000100 1110011 10010 0 101001 1011011 10111 100001 1010011 101010

Color Harmonies of #C47312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47312

Black with #C47312

Text Example


Text Example

White with #C47312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47312; }

 p { color: rgb(196,115,18); }

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

background-color css

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

 a { background-color: rgb(196,115,18); }

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

border-color css

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

 span { border-color: rgb(196,115,18); }

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