Html Css Color HEX #C97729 Ochre

📋 copy color: '#C97729'

red 201 ◦ green 119 ◦ blue 41

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

Shades of Ochre #C97729

Tints of Ochre #C97729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 55.68%
G = 32.96%
B = 11.36%

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

#C97729 (or 0xC97729) is known color: Ochre. HEX triplet: C9, 77 and 29. RGB value is (201,119,41). Sum of RGB (Red+Green+Blue) = 201+119+41=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C97729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97729 is #3688D6. Grayscale: #878787. Windows color (decimal): -3573975 or 2717641. OLE color: 2717641.

HSL color Cylindrical-coordinate representation of color #C97729: hue angle of 29.25º degrees, saturation: 0.66, 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 #C97729 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 41 -
CMYK 0 0.41 0.80 0.21
HSL 29.25º 0.66% 0.47% -
HSV(B) 29.25º 0.8% 0.79% -
XYZ 31.08 25.77 5.43 -
YUV 134.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 201 119 41 0 0.41 0.80 0.21 29.25 0.66 0.47
Hex C9 77 29 0 29 50 15 1D 42 2F
Octal 311 167 51 0 51 120 25 35 102 57
Binary 11001001 1110111 101001 0 101001 1010000 10101 11101 1000010 101111

Color Harmonies of #C97729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97729

Black with #C97729

Text Example


Text Example

White with #C97729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97729; }

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

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

background-color css

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

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

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

border-color css

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

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

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