Html Css Color HEX #C97519 Ochre

📋 copy color: '#C97519'

red 201 ◦ green 117 ◦ blue 25

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

Shades of Ochre #C97519

Tints of Ochre #C97519

RGB

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

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

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

R = 58.6%
G = 34.11%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97519 (or 0xC97519) is known color: Ochre. HEX triplet: C9, 75 and 19. RGB value is (201,117,25). Sum of RGB (Red+Green+Blue) = 201+117+25=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C97519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97519 is #368AE6. Grayscale: #848484. Windows color (decimal): -3574503 or 1668553. OLE color: 1668553.

HSL color Cylindrical-coordinate representation of color #C97519: hue angle of 31.36º 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 #C97519 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 25 -
CMYK 0 0.42 0.88 0.21
HSL 31.36º 0.78% 0.44% -
HSV(B) 31.36º 0.88% 0.79% -
XYZ 30.62 25.21 4.17 -
YUV 131.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 201 117 25 0 0.42 0.88 0.21 31.36 0.78 0.44
Hex C9 75 19 0 2A 58 15 1F 4E 2C
Octal 311 165 31 0 52 130 25 37 116 54
Binary 11001001 1110101 11001 0 101010 1011000 10101 11111 1001110 101100

Color Harmonies of #C97519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97519

Black with #C97519

Text Example


Text Example

White with #C97519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97519; }

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

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

background-color css

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

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

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

border-color css

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

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

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