Html Css Color HEX #957221 Corn Harvest

📋 copy color: '#957221'

red 149 ◦ green 114 ◦ blue 33

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

Shades of Corn Harvest #957221

Tints of Corn Harvest #957221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 50.34%
G = 38.51%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#957221 (or 0x957221) is known color: Corn Harvest. HEX triplet: 95, 72 and 21. RGB value is (149,114,33). Sum of RGB (Red+Green+Blue) = 149+114+33=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #957221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957221 is #6A8DDE. Grayscale: #737373. Windows color (decimal): -6983135 or 2192021. OLE color: 2192021.

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

Color convert

RGB 149 114 33 -
CMYK 0 0.23 0.78 0.42
HSL 41.9º 0.64% 0.36% -
HSV(B) 41.9º 0.78% 0.58% -
XYZ 18.69 18.53 4.03 -
YUV 115.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 149 114 33 0 0.23 0.78 0.42 41.9 0.64 0.36
Hex 95 72 21 0 17 4E 2A 2A 40 24
Octal 225 162 41 0 27 116 52 52 100 44
Binary 10010101 1110010 100001 0 10111 1001110 101010 101010 1000000 100100

Color Harmonies of #957221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957221

Black with #957221

Text Example


Text Example

White with #957221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957221; }

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

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

background-color css

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

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

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

border-color css

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

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

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