Html Css Color HEX #957220 Corn Harvest

📋 copy color: '#957220'

red 149 ◦ green 114 ◦ blue 32

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

Shades of Corn Harvest #957220

Tints of Corn Harvest #957220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 50.51%
G = 38.64%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#957220 (or 0x957220) is known color: Corn Harvest. HEX triplet: 95, 72 and 20. RGB value is (149,114,32). Sum of RGB (Red+Green+Blue) = 149+114+32=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #957220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957220 is #6A8DDF. Grayscale: #737373. Windows color (decimal): -6983136 or 2126485. OLE color: 2126485.

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

Color convert

RGB 149 114 32 -
CMYK 0 0.23 0.79 0.42
HSL 42.05º 0.65% 0.35% -
HSV(B) 42.05º 0.79% 0.58% -
XYZ 18.67 18.53 3.96 -
YUV 115.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 149 114 32 0 0.23 0.79 0.42 42.05 0.65 0.35
Hex 95 72 20 0 17 4F 2A 2A 41 23
Octal 225 162 40 0 27 117 52 52 101 43
Binary 10010101 1110010 100000 0 10111 1001111 101010 101010 1000001 100011

Color Harmonies of #957220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957220

Black with #957220

Text Example


Text Example

White with #957220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957220; }

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

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

background-color css

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

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

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

border-color css

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

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

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