Html Css Color HEX #957024 Corn Harvest

📋 copy color: '#957024'

red 149 ◦ green 112 ◦ blue 36

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

Shades of Corn Harvest #957024

Tints of Corn Harvest #957024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 50.17%
G = 37.71%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#957024 (or 0x957024) is known color: Corn Harvest. HEX triplet: 95, 70 and 24. RGB value is (149,112,36). Sum of RGB (Red+Green+Blue) = 149+112+36=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #957024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957024 is #6A8FDB. Grayscale: #727272. Windows color (decimal): -6983644 or 2388117. OLE color: 2388117.

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

Color convert

RGB 149 112 36 -
CMYK 0 0.25 0.76 0.42
HSL 40.35º 0.61% 0.36% -
HSV(B) 40.35º 0.76% 0.58% -
XYZ 18.51 18.11 4.19 -
YUV 114.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 149 112 36 0 0.25 0.76 0.42 40.35 0.61 0.36
Hex 95 70 24 0 19 4C 2A 28 3D 24
Octal 225 160 44 0 31 114 52 50 75 44
Binary 10010101 1110000 100100 0 11001 1001100 101010 101000 111101 100100

Color Harmonies of #957024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957024

Black with #957024

Text Example


Text Example

White with #957024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957024; }

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

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

background-color css

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

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

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

border-color css

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

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

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