Html Css Color HEX #C97728 Ochre

📋 copy color: '#C97728'

red 201 ◦ green 119 ◦ blue 40

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

Shades of Ochre #C97728

Tints of Ochre #C97728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 55.83%
G = 33.06%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C97728 (or 0xC97728) is known color: Ochre. HEX triplet: C9, 77 and 28. RGB value is (201,119,40). Sum of RGB (Red+Green+Blue) = 201+119+40=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C97728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97728 is #3688D7. Grayscale: #868686. Windows color (decimal): -3573976 or 2652105. OLE color: 2652105.

HSL color Cylindrical-coordinate representation of color #C97728: hue angle of 29.44º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C97728 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 40 -
CMYK 0 0.41 0.80 0.21
HSL 29.44º 0.67% 0.47% -
HSV(B) 29.44º 0.8% 0.79% -
XYZ 31.07 25.76 5.34 -
YUV 134.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 201 119 40 0 0.41 0.80 0.21 29.44 0.67 0.47
Hex C9 77 28 0 29 50 15 1D 43 2F
Octal 311 167 50 0 51 120 25 35 103 57
Binary 11001001 1110111 101000 0 101001 1010000 10101 11101 1000011 101111

Color Harmonies of #C97728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97728

Black with #C97728

Text Example


Text Example

White with #C97728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97728; }

 p { color: rgb(201,119,40); }

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

background-color css

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

 a { background-color: rgb(201,119,40); }

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

border-color css

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

 span { border-color: rgb(201,119,40); }

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