Html Css Color HEX #957028 Corn Harvest

📋 copy color: '#957028'

red 149 ◦ green 112 ◦ blue 40

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

Shades of Corn Harvest #957028

Tints of Corn Harvest #957028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 49.5%
G = 37.21%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#957028 (or 0x957028) is known color: Corn Harvest. HEX triplet: 95, 70 and 28. RGB value is (149,112,40). Sum of RGB (Red+Green+Blue) = 149+112+40=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #957028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957028 is #6A8FD7. Grayscale: #737373. Windows color (decimal): -6983640 or 2650261. OLE color: 2650261.

HSL color Cylindrical-coordinate representation of color #957028: hue angle of 39.63º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #957028 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 40 -
CMYK 0 0.25 0.73 0.42
HSL 39.63º 0.58% 0.37% -
HSV(B) 39.63º 0.73% 0.58% -
XYZ 18.57 18.13 4.53 -
YUV 114.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 149 112 40 0 0.25 0.73 0.42 39.63 0.58 0.37
Hex 95 70 28 0 19 49 2A 28 3A 25
Octal 225 160 50 0 31 111 52 50 72 45
Binary 10010101 1110000 101000 0 11001 1001001 101010 101000 111010 100101

Color Harmonies of #957028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957028

Black with #957028

Text Example


Text Example

White with #957028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957028; }

 p { color: rgb(149,112,40); }

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

background-color css

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

 a { background-color: rgb(149,112,40); }

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

border-color css

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

 span { border-color: rgb(149,112,40); }

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