Html Css Color HEX #957A30 Corn Harvest

📋 copy color: '#957A30'

red 149 ◦ green 122 ◦ blue 48

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

Shades of Corn Harvest #957A30

Tints of Corn Harvest #957A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 46.71%
G = 38.24%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#957A30 (or 0x957A30) is known color: Corn Harvest. HEX triplet: 95, 7A and 30. RGB value is (149,122,48). Sum of RGB (Red+Green+Blue) = 149+122+48=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #957A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A30 is #6A85CF. Grayscale: #797979. Windows color (decimal): -6981072 or 3177109. OLE color: 3177109.

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

Color convert

RGB 149 122 48 -
CMYK 0 0.18 0.68 0.42
HSL 43.96º 0.51% 0.39% -
HSV(B) 43.96º 0.68% 0.58% -
XYZ 19.89 20.52 5.71 -
YUV 121.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 149 122 48 0 0.18 0.68 0.42 43.96 0.51 0.39
Hex 95 7A 30 0 12 44 2A 2C 33 27
Octal 225 172 60 0 22 104 52 54 63 47
Binary 10010101 1111010 110000 0 10010 1000100 101010 101100 110011 100111

Color Harmonies of #957A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A30

Black with #957A30

Text Example


Text Example

White with #957A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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