Html Css Color HEX #957A2D Corn Harvest

📋 copy color: '#957A2D'

red 149 ◦ green 122 ◦ blue 45

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

Shades of Corn Harvest #957A2D

Tints of Corn Harvest #957A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 47.15%
G = 38.61%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#957A2D (or 0x957A2D) is known color: Corn Harvest. HEX triplet: 95, 7A and 2D. RGB value is (149,122,45). Sum of RGB (Red+Green+Blue) = 149+122+45=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #957A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A2D is #6A85D2. Grayscale: #797979. Windows color (decimal): -6981075 or 2980501. OLE color: 2980501.

HSL color Cylindrical-coordinate representation of color #957A2D: hue angle of 44.42º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #957A2D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 45 -
CMYK 0 0.18 0.70 0.42
HSL 44.42º 0.54% 0.38% -
HSV(B) 44.42º 0.7% 0.58% -
XYZ 19.83 20.5 5.39 -
YUV 121.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 149 122 45 0 0.18 0.70 0.42 44.42 0.54 0.38
Hex 95 7A 2D 0 12 46 2A 2C 36 26
Octal 225 172 55 0 22 106 52 54 66 46
Binary 10010101 1111010 101101 0 10010 1000110 101010 101100 110110 100110

Color Harmonies of #957A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A2D

Black with #957A2D

Text Example


Text Example

White with #957A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A2D; }

 p { color: rgb(149,122,45); }

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

background-color css

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

 a { background-color: rgb(149,122,45); }

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

border-color css

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

 span { border-color: rgb(149,122,45); }

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