Html Css Color HEX #C97520 Ochre

📋 copy color: '#C97520'

red 201 ◦ green 117 ◦ blue 32

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

Shades of Ochre #C97520

Tints of Ochre #C97520

RGB

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

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

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

R = 57.43%
G = 33.43%
B = 9.14%

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

#C97520 (or 0xC97520) is known color: Ochre. HEX triplet: C9, 75 and 20. RGB value is (201,117,32). Sum of RGB (Red+Green+Blue) = 201+117+32=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C97520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97520 is #368ADF. Grayscale: #848484. Windows color (decimal): -3574496 or 2127305. OLE color: 2127305.

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

Color convert

RGB 201 117 32 -
CMYK 0 0.42 0.84 0.21
HSL 30.18º 0.73% 0.46% -
HSV(B) 30.18º 0.84% 0.79% -
XYZ 30.71 25.24 4.62 -
YUV 132.43 71.33 176.91 -
System Red Green Blue C M Y K H S L
Decimal 201 117 32 0 0.42 0.84 0.21 30.18 0.73 0.46
Hex C9 75 20 0 2A 54 15 1E 49 2E
Octal 311 165 40 0 52 124 25 36 111 56
Binary 11001001 1110101 100000 0 101010 1010100 10101 11110 1001001 101110

Color Harmonies of #C97520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97520

Black with #C97520

Text Example


Text Example

White with #C97520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97520; }

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

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

background-color css

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

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

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

border-color css

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

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

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