Html Css Color HEX #C57729 Ochre

📋 copy color: '#C57729'

red 197 ◦ green 119 ◦ blue 41

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

Shades of Ochre #C57729

Tints of Ochre #C57729

RGB

 RED value IS 197 (77.34% from 255) = 55.18%

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

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

R = 55.18%
G = 33.33%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C57729 (or 0xC57729) is known color: Ochre. HEX triplet: C5, 77 and 29. RGB value is (197,119,41). Sum of RGB (Red+Green+Blue) = 197+119+41=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C57729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57729 is #3A88D6. Grayscale: #858585. Windows color (decimal): -3836119 or 2717637. OLE color: 2717637.

HSL color Cylindrical-coordinate representation of color #C57729: hue angle of 30º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C57729 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 119 41 -
CMYK 0 0.40 0.79 0.23
HSL 30º 0.66% 0.47% -
HSV(B) 30º 0.79% 0.77% -
XYZ 30.02 25.22 5.38 -
YUV 133.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 197 119 41 0 0.40 0.79 0.23 30 0.66 0.47
Hex C5 77 29 0 28 4F 17 1E 42 2F
Octal 305 167 51 0 50 117 27 36 102 57
Binary 11000101 1110111 101001 0 101000 1001111 10111 11110 1000010 101111

Color Harmonies of #C57729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57729

Black with #C57729

Text Example


Text Example

White with #C57729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57729; }

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

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

background-color css

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

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

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

border-color css

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

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

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