Html Css Color HEX #C57628 Ochre

📋 copy color: '#C57628'

red 197 ◦ green 118 ◦ blue 40

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

Shades of Ochre #C57628

Tints of Ochre #C57628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 55.49%
G = 33.24%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C57628 (or 0xC57628) is known color: Ochre. HEX triplet: C5, 76 and 28. RGB value is (197,118,40). Sum of RGB (Red+Green+Blue) = 197+118+40=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C57628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57628 is #3A89D7. Grayscale: #858585. Windows color (decimal): -3836376 or 2651845. OLE color: 2651845.

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

Color convert

RGB 197 118 40 -
CMYK 0 0.40 0.80 0.23
HSL 29.81º 0.66% 0.46% -
HSV(B) 29.81º 0.8% 0.77% -
XYZ 29.89 24.98 5.25 -
YUV 132.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 197 118 40 0 0.40 0.80 0.23 29.81 0.66 0.46
Hex C5 76 28 0 28 50 17 1E 42 2E
Octal 305 166 50 0 50 120 27 36 102 56
Binary 11000101 1110110 101000 0 101000 1010000 10111 11110 1000010 101110

Color Harmonies of #C57628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57628

Black with #C57628

Text Example


Text Example

White with #C57628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57628; }

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

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

background-color css

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

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

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

border-color css

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

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

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