Html Css Color HEX #C97420 Ochre

📋 copy color: '#C97420'

red 201 ◦ green 116 ◦ blue 32

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

Shades of Ochre #C97420

Tints of Ochre #C97420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 57.59%
G = 33.24%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C97420 (or 0xC97420) is known color: Ochre. HEX triplet: C9, 74 and 20. RGB value is (201,116,32). Sum of RGB (Red+Green+Blue) = 201+116+32=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C97420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97420 is #368BDF. Grayscale: #848484. Windows color (decimal): -3574752 or 2127049. OLE color: 2127049.

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

Color convert

RGB 201 116 32 -
CMYK 0 0.42 0.84 0.21
HSL 29.82º 0.73% 0.46% -
HSV(B) 29.82º 0.84% 0.79% -
XYZ 30.59 25.01 4.58 -
YUV 131.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 201 116 32 0 0.42 0.84 0.21 29.82 0.73 0.46
Hex C9 74 20 0 2A 54 15 1E 49 2E
Octal 311 164 40 0 52 124 25 36 111 56
Binary 11001001 1110100 100000 0 101010 1010100 10101 11110 1001001 101110

Color Harmonies of #C97420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97420

Black with #C97420

Text Example


Text Example

White with #C97420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97420; }

 p { color: rgb(201,116,32); }

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

background-color css

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

 a { background-color: rgb(201,116,32); }

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

border-color css

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

 span { border-color: rgb(201,116,32); }

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