Html Css Color HEX #C57228 Ochre

📋 copy color: '#C57228'

red 197 ◦ green 114 ◦ blue 40

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

Shades of Ochre #C57228

Tints of Ochre #C57228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

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

R = 56.13%
G = 32.48%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C57228 (or 0xC57228) is known color: Ochre. HEX triplet: C5, 72 and 28. RGB value is (197,114,40). Sum of RGB (Red+Green+Blue) = 197+114+40=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C57228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57228 is #3A8DD7. Grayscale: #828282. Windows color (decimal): -3837400 or 2650821. OLE color: 2650821.

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

Color convert

RGB 197 114 40 -
CMYK 0 0.42 0.80 0.23
HSL 28.28º 0.66% 0.46% -
HSV(B) 28.28º 0.8% 0.77% -
XYZ 29.43 24.06 5.1 -
YUV 130.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 197 114 40 0 0.42 0.80 0.23 28.28 0.66 0.46
Hex C5 72 28 0 2A 50 17 1C 42 2E
Octal 305 162 50 0 52 120 27 34 102 56
Binary 11000101 1110010 101000 0 101010 1010000 10111 11100 1000010 101110

Color Harmonies of #C57228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57228

Black with #C57228

Text Example


Text Example

White with #C57228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57228; }

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

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

background-color css

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

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

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

border-color css

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

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

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