Html Css Color HEX #C57429 Ochre

📋 copy color: '#C57429'

red 197 ◦ green 116 ◦ blue 41

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

Shades of Ochre #C57429

Tints of Ochre #C57429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 55.65%
G = 32.77%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C57429 (or 0xC57429) is known color: Ochre. HEX triplet: C5, 74 and 29. RGB value is (197,116,41). Sum of RGB (Red+Green+Blue) = 197+116+41=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C57429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57429 is #3A8BD6. Grayscale: #848484. Windows color (decimal): -3836887 or 2716869. OLE color: 2716869.

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

Color convert

RGB 197 116 41 -
CMYK 0 0.41 0.79 0.23
HSL 28.85º 0.66% 0.47% -
HSV(B) 28.85º 0.79% 0.77% -
XYZ 29.67 24.52 5.27 -
YUV 131.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 197 116 41 0 0.41 0.79 0.23 28.85 0.66 0.47
Hex C5 74 29 0 29 4F 17 1D 42 2F
Octal 305 164 51 0 51 117 27 35 102 57
Binary 11000101 1110100 101001 0 101001 1001111 10111 11101 1000010 101111

Color Harmonies of #C57429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57429

Black with #C57429

Text Example


Text Example

White with #C57429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57429; }

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

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

background-color css

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

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

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

border-color css

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

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

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