Html Css Color HEX #C57129 Ochre

📋 copy color: '#C57129'

red 197 ◦ green 113 ◦ blue 41

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

Shades of Ochre #C57129

Tints of Ochre #C57129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

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

R = 56.13%
G = 32.19%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C57129 (or 0xC57129) is known color: Ochre. HEX triplet: C5, 71 and 29. RGB value is (197,113,41). Sum of RGB (Red+Green+Blue) = 197+113+41=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C57129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57129 is #3A8ED6. Grayscale: #828282. Windows color (decimal): -3837655 or 2716101. OLE color: 2716101.

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

Color convert

RGB 197 113 41 -
CMYK 0 0.43 0.79 0.23
HSL 27.69º 0.66% 0.47% -
HSV(B) 27.69º 0.79% 0.77% -
XYZ 29.33 23.84 5.15 -
YUV 129.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 197 113 41 0 0.43 0.79 0.23 27.69 0.66 0.47
Hex C5 71 29 0 2B 4F 17 1C 42 2F
Octal 305 161 51 0 53 117 27 34 102 57
Binary 11000101 1110001 101001 0 101011 1001111 10111 11100 1000010 101111

Color Harmonies of #C57129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57129

Black with #C57129

Text Example


Text Example

White with #C57129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57129; }

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

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

background-color css

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

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

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

border-color css

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

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

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