Html Css Color HEX #957222 Corn Harvest

📋 copy color: '#957222'

red 149 ◦ green 114 ◦ blue 34

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

Shades of Corn Harvest #957222

Tints of Corn Harvest #957222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.45%

R = 50.17%
G = 38.38%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#957222 (or 0x957222) is known color: Corn Harvest. HEX triplet: 95, 72 and 22. RGB value is (149,114,34). Sum of RGB (Red+Green+Blue) = 149+114+34=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #957222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957222 is #6A8DDD. Grayscale: #737373. Windows color (decimal): -6983134 or 2257557. OLE color: 2257557.

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

Color convert

RGB 149 114 34 -
CMYK 0 0.23 0.77 0.42
HSL 41.74º 0.63% 0.36% -
HSV(B) 41.74º 0.77% 0.58% -
XYZ 18.7 18.54 4.11 -
YUV 115.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 149 114 34 0 0.23 0.77 0.42 41.74 0.63 0.36
Hex 95 72 22 0 17 4D 2A 2A 3F 24
Octal 225 162 42 0 27 115 52 52 77 44
Binary 10010101 1110010 100010 0 10111 1001101 101010 101010 111111 100100

Color Harmonies of #957222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957222

Black with #957222

Text Example


Text Example

White with #957222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957222; }

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

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

background-color css

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

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

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

border-color css

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

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

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