Html Css Color HEX #C97819 Ochre

📋 copy color: '#C97819'

red 201 ◦ green 120 ◦ blue 25

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

Shades of Ochre #C97819

Tints of Ochre #C97819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 58.09%
G = 34.68%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97819 (or 0xC97819) is known color: Ochre. HEX triplet: C9, 78 and 19. RGB value is (201,120,25). Sum of RGB (Red+Green+Blue) = 201+120+25=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C97819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97819 is #3687E6. Grayscale: #858585. Windows color (decimal): -3573735 or 1669321. OLE color: 1669321.

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

Color convert

RGB 201 120 25 -
CMYK 0 0.40 0.88 0.21
HSL 32.39º 0.78% 0.44% -
HSV(B) 32.39º 0.88% 0.79% -
XYZ 30.98 25.92 4.29 -
YUV 133.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 201 120 25 0 0.40 0.88 0.21 32.39 0.78 0.44
Hex C9 78 19 0 28 58 15 20 4E 2C
Octal 311 170 31 0 50 130 25 40 116 54
Binary 11001001 1111000 11001 0 101000 1011000 10101 100000 1001110 101100

Color Harmonies of #C97819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97819

Black with #C97819

Text Example


Text Example

White with #C97819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97819; }

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

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

background-color css

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

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

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

border-color css

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

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

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