Html Css Color HEX #957228 Corn Harvest

📋 copy color: '#957228'

red 149 ◦ green 114 ◦ blue 40

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

Shades of Corn Harvest #957228

Tints of Corn Harvest #957228

RGB

 RED value IS 149 (58.59% from 255) = 49.17%

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

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

R = 49.17%
G = 37.62%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#957228 (or 0x957228) is known color: Corn Harvest. HEX triplet: 95, 72 and 28. RGB value is (149,114,40). Sum of RGB (Red+Green+Blue) = 149+114+40=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957228 is #6A8DD7. Grayscale: #747474. Windows color (decimal): -6983128 or 2650773. OLE color: 2650773.

HSL color Cylindrical-coordinate representation of color #957228: hue angle of 40.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #957228 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 40 -
CMYK 0 0.23 0.73 0.42
HSL 40.73º 0.58% 0.37% -
HSV(B) 40.73º 0.73% 0.58% -
XYZ 18.79 18.58 4.6 -
YUV 116.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 149 114 40 0 0.23 0.73 0.42 40.73 0.58 0.37
Hex 95 72 28 0 17 49 2A 29 3A 25
Octal 225 162 50 0 27 111 52 51 72 45
Binary 10010101 1110010 101000 0 10111 1001001 101010 101001 111010 100101

Color Harmonies of #957228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957228

Black with #957228

Text Example


Text Example

White with #957228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957228; }

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

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

background-color css

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

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

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

border-color css

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

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

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