Html Css Color HEX #957530 Corn Harvest

📋 copy color: '#957530'

red 149 ◦ green 117 ◦ blue 48

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

Shades of Corn Harvest #957530

Tints of Corn Harvest #957530

RGB

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

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

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

R = 47.45%
G = 37.26%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#957530 (or 0x957530) is known color: Corn Harvest. HEX triplet: 95, 75 and 30. RGB value is (149,117,48). Sum of RGB (Red+Green+Blue) = 149+117+48=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957530 is #6A8ACF. Grayscale: #777777. Windows color (decimal): -6982352 or 3175829. OLE color: 3175829.

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

Color convert

RGB 149 117 48 -
CMYK 0 0.21 0.68 0.42
HSL 40.99º 0.51% 0.39% -
HSV(B) 40.99º 0.68% 0.58% -
XYZ 19.29 19.33 5.51 -
YUV 118.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 149 117 48 0 0.21 0.68 0.42 40.99 0.51 0.39
Hex 95 75 30 0 15 44 2A 29 33 27
Octal 225 165 60 0 25 104 52 51 63 47
Binary 10010101 1110101 110000 0 10101 1000100 101010 101001 110011 100111

Color Harmonies of #957530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957530

Black with #957530

Text Example


Text Example

White with #957530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957530; }

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

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

background-color css

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

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

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

border-color css

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

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

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