Html Css Color HEX #957934 Corn Harvest

📋 copy color: '#957934'

red 149 ◦ green 121 ◦ blue 52

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

Shades of Corn Harvest #957934

Tints of Corn Harvest #957934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 46.27%
G = 37.58%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#957934 (or 0x957934) is known color: Corn Harvest. HEX triplet: 95, 79 and 34. RGB value is (149,121,52). Sum of RGB (Red+Green+Blue) = 149+121+52=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #957934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957934 is #6A86CB. Grayscale: #797979. Windows color (decimal): -6981324 or 3438997. OLE color: 3438997.

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

Color convert

RGB 149 121 52 -
CMYK 0 0.19 0.65 0.42
HSL 42.68º 0.48% 0.39% -
HSV(B) 42.68º 0.65% 0.58% -
XYZ 19.85 20.31 6.12 -
YUV 121.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 149 121 52 0 0.19 0.65 0.42 42.68 0.48 0.39
Hex 95 79 34 0 13 41 2A 2B 30 27
Octal 225 171 64 0 23 101 52 53 60 47
Binary 10010101 1111001 110100 0 10011 1000001 101010 101011 110000 100111

Color Harmonies of #957934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957934

Black with #957934

Text Example


Text Example

White with #957934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957934; }

 p { color: rgb(149,121,52); }

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

background-color css

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

 a { background-color: rgb(149,121,52); }

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

border-color css

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

 span { border-color: rgb(149,121,52); }

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