Html Css Color HEX #C97811 Ochre

📋 copy color: '#C97811'

red 201 ◦ green 120 ◦ blue 17

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

Shades of Ochre #C97811

Tints of Ochre #C97811

RGB

 RED value IS 201 (78.91% from 255) = 59.47%

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

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

R = 59.47%
G = 35.5%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C97811 (or 0xC97811) is known color: Ochre. HEX triplet: C9, 78 and 11. RGB value is (201,120,17). Sum of RGB (Red+Green+Blue) = 201+120+17=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C97811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97811 is #3687EE. Grayscale: #848484. Windows color (decimal): -3573743 or 1145033. OLE color: 1145033.

HSL color Cylindrical-coordinate representation of color #C97811: hue angle of 33.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C97811 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 120 17 -
CMYK 0 0.40 0.92 0.21
HSL 33.59º 0.84% 0.43% -
HSV(B) 33.59º 0.92% 0.79% -
XYZ 30.91 25.89 3.9 -
YUV 132.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 201 120 17 0 0.40 0.92 0.21 33.59 0.84 0.43
Hex C9 78 11 0 28 5C 15 22 54 2B
Octal 311 170 21 0 50 134 25 42 124 53
Binary 11001001 1111000 10001 0 101000 1011100 10101 100010 1010100 101011

Color Harmonies of #C97811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97811

Black with #C97811

Text Example


Text Example

White with #C97811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97811; }

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

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

background-color css

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

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

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

border-color css

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

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

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