Html Css Color HEX #957531 Corn Harvest

📋 copy color: '#957531'

red 149 ◦ green 117 ◦ blue 49

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

Shades of Corn Harvest #957531

Tints of Corn Harvest #957531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 47.3%
G = 37.14%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#957531 (or 0x957531) is known color: Corn Harvest. HEX triplet: 95, 75 and 31. RGB value is (149,117,49). Sum of RGB (Red+Green+Blue) = 149+117+49=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #957531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957531 is #6A8ACE. Grayscale: #777777. Windows color (decimal): -6982351 or 3241365. OLE color: 3241365.

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

Color convert

RGB 149 117 49 -
CMYK 0 0.21 0.67 0.42
HSL 40.8º 0.51% 0.39% -
HSV(B) 40.8º 0.67% 0.58% -
XYZ 19.31 19.33 5.62 -
YUV 118.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 149 117 49 0 0.21 0.67 0.42 40.8 0.51 0.39
Hex 95 75 31 0 15 43 2A 29 33 27
Octal 225 165 61 0 25 103 52 51 63 47
Binary 10010101 1110101 110001 0 10101 1000011 101010 101001 110011 100111

Color Harmonies of #957531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957531

Black with #957531

Text Example


Text Example

White with #957531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957531; }

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

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

background-color css

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

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

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

border-color css

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

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

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