Html Css Color HEX #957430 Corn Harvest

📋 copy color: '#957430'

red 149 ◦ green 116 ◦ blue 48

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

Shades of Corn Harvest #957430

Tints of Corn Harvest #957430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

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

R = 47.6%
G = 37.06%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#957430 (or 0x957430) is known color: Corn Harvest. HEX triplet: 95, 74 and 30. RGB value is (149,116,48). Sum of RGB (Red+Green+Blue) = 149+116+48=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #957430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957430 is #6A8BCF. Grayscale: #767676. Windows color (decimal): -6982608 or 3175573. OLE color: 3175573.

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

Color convert

RGB 149 116 48 -
CMYK 0 0.22 0.68 0.42
HSL 40.4º 0.51% 0.39% -
HSV(B) 40.4º 0.68% 0.58% -
XYZ 19.17 19.09 5.47 -
YUV 118.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 149 116 48 0 0.22 0.68 0.42 40.4 0.51 0.39
Hex 95 74 30 0 16 44 2A 28 33 27
Octal 225 164 60 0 26 104 52 50 63 47
Binary 10010101 1110100 110000 0 10110 1000100 101010 101000 110011 100111

Color Harmonies of #957430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957430

Black with #957430

Text Example


Text Example

White with #957430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957430; }

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

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

background-color css

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

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

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

border-color css

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

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

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