Html Css Color HEX #C47811 Ochre

📋 copy color: '#C47811'

red 196 ◦ green 120 ◦ blue 17

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

Shades of Ochre #C47811

Tints of Ochre #C47811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 58.86%
G = 36.04%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47811 (or 0xC47811) is known color: Ochre. HEX triplet: C4, 78 and 11. RGB value is (196,120,17). Sum of RGB (Red+Green+Blue) = 196+120+17=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C47811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47811 is #3B87EE. Grayscale: #838383. Windows color (decimal): -3901423 or 1145028. OLE color: 1145028.

HSL color Cylindrical-coordinate representation of color #C47811: hue angle of 34.53º degrees, saturation: 0.84, 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 #C47811 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 17 -
CMYK 0 0.39 0.91 0.23
HSL 34.53º 0.84% 0.42% -
HSV(B) 34.53º 0.91% 0.77% -
XYZ 29.58 25.21 3.84 -
YUV 130.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 196 120 17 0 0.39 0.91 0.23 34.53 0.84 0.42
Hex C4 78 11 0 27 5B 17 23 54 2A
Octal 304 170 21 0 47 133 27 43 124 52
Binary 11000100 1111000 10001 0 100111 1011011 10111 100011 1010100 101010

Color Harmonies of #C47811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47811

Black with #C47811

Text Example


Text Example

White with #C47811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47811; }

 p { color: rgb(196,120,17); }

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

background-color css

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

 a { background-color: rgb(196,120,17); }

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

border-color css

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

 span { border-color: rgb(196,120,17); }

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