Html Css Color HEX #957732 Corn Harvest

📋 copy color: '#957732'

red 149 ◦ green 119 ◦ blue 50

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

Shades of Corn Harvest #957732

Tints of Corn Harvest #957732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 46.86%
G = 37.42%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#957732 (or 0x957732) is known color: Corn Harvest. HEX triplet: 95, 77 and 32. RGB value is (149,119,50). Sum of RGB (Red+Green+Blue) = 149+119+50=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #957732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957732 is #6A88CD. Grayscale: #787878. Windows color (decimal): -6981838 or 3307413. OLE color: 3307413.

HSL color Cylindrical-coordinate representation of color #957732: hue angle of 41.82º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #957732 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 50 -
CMYK 0 0.20 0.66 0.42
HSL 41.82º 0.5% 0.39% -
HSV(B) 41.82º 0.66% 0.58% -
XYZ 19.57 19.81 5.81 -
YUV 120.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 149 119 50 0 0.20 0.66 0.42 41.82 0.5 0.39
Hex 95 77 32 0 14 42 2A 2A 32 27
Octal 225 167 62 0 24 102 52 52 62 47
Binary 10010101 1110111 110010 0 10100 1000010 101010 101010 110010 100111

Color Harmonies of #957732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957732

Black with #957732

Text Example


Text Example

White with #957732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957732; }

 p { color: rgb(149,119,50); }

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

background-color css

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

 a { background-color: rgb(149,119,50); }

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

border-color css

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

 span { border-color: rgb(149,119,50); }

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