Html Css Color HEX #957022 Corn Harvest

📋 copy color: '#957022'

red 149 ◦ green 112 ◦ blue 34

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

Shades of Corn Harvest #957022

Tints of Corn Harvest #957022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

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

R = 50.51%
G = 37.97%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#957022 (or 0x957022) is known color: Corn Harvest. HEX triplet: 95, 70 and 22. RGB value is (149,112,34). Sum of RGB (Red+Green+Blue) = 149+112+34=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #957022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957022 is #6A8FDD. Grayscale: #727272. Windows color (decimal): -6983646 or 2257045. OLE color: 2257045.

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

Color convert

RGB 149 112 34 -
CMYK 0 0.25 0.77 0.42
HSL 40.7º 0.63% 0.36% -
HSV(B) 40.7º 0.77% 0.58% -
XYZ 18.48 18.09 4.03 -
YUV 114.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 149 112 34 0 0.25 0.77 0.42 40.7 0.63 0.36
Hex 95 70 22 0 19 4D 2A 29 3F 24
Octal 225 160 42 0 31 115 52 51 77 44
Binary 10010101 1110000 100010 0 11001 1001101 101010 101001 111111 100100

Color Harmonies of #957022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957022

Black with #957022

Text Example


Text Example

White with #957022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957022; }

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

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

background-color css

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

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

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

border-color css

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

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

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