Html Css Color HEX #957520 Corn Harvest

📋 copy color: '#957520'

red 149 ◦ green 117 ◦ blue 32

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

Shades of Corn Harvest #957520

Tints of Corn Harvest #957520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.26%

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

R = 50%
G = 39.26%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#957520 (or 0x957520) is known color: Corn Harvest. HEX triplet: 95, 75 and 20. RGB value is (149,117,32). Sum of RGB (Red+Green+Blue) = 149+117+32=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #957520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957520 is #6A8ADF. Grayscale: #757575. Windows color (decimal): -6982368 or 2127253. OLE color: 2127253.

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

Color convert

RGB 149 117 32 -
CMYK 0 0.21 0.79 0.42
HSL 43.59º 0.65% 0.35% -
HSV(B) 43.59º 0.79% 0.58% -
XYZ 19.02 19.22 4.07 -
YUV 116.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 149 117 32 0 0.21 0.79 0.42 43.59 0.65 0.35
Hex 95 75 20 0 15 4F 2A 2C 41 23
Octal 225 165 40 0 25 117 52 54 101 43
Binary 10010101 1110101 100000 0 10101 1001111 101010 101100 1000001 100011

Color Harmonies of #957520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957520

Black with #957520

Text Example


Text Example

White with #957520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957520; }

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

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

background-color css

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

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

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

border-color css

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

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

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