Html Css Color HEX #C57629 Ochre

📋 copy color: '#C57629'

red 197 ◦ green 118 ◦ blue 41

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

Shades of Ochre #C57629

Tints of Ochre #C57629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 55.34%
G = 33.15%
B = 11.52%

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

#C57629 (or 0xC57629) is known color: Ochre. HEX triplet: C5, 76 and 29. RGB value is (197,118,41). Sum of RGB (Red+Green+Blue) = 197+118+41=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C57629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57629 is #3A89D6. Grayscale: #858585. Windows color (decimal): -3836375 or 2717381. OLE color: 2717381.

HSL color Cylindrical-coordinate representation of color #C57629: hue angle of 29.62º 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 #C57629 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 118 41 -
CMYK 0 0.40 0.79 0.23
HSL 29.62º 0.66% 0.47% -
HSV(B) 29.62º 0.79% 0.77% -
XYZ 29.9 24.99 5.34 -
YUV 132.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 197 118 41 0 0.40 0.79 0.23 29.62 0.66 0.47
Hex C5 76 29 0 28 4F 17 1E 42 2F
Octal 305 166 51 0 50 117 27 36 102 57
Binary 11000101 1110110 101001 0 101000 1001111 10111 11110 1000010 101111

Color Harmonies of #C57629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57629

Black with #C57629

Text Example


Text Example

White with #C57629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57629; }

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

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

background-color css

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

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

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

border-color css

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

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

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