Html Css Color HEX #957026 Corn Harvest

📋 copy color: '#957026'

red 149 ◦ green 112 ◦ blue 38

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

Shades of Corn Harvest #957026

Tints of Corn Harvest #957026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.71%

R = 49.83%
G = 37.46%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#957026 (or 0x957026) is known color: Corn Harvest. HEX triplet: 95, 70 and 26. RGB value is (149,112,38). Sum of RGB (Red+Green+Blue) = 149+112+38=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #957026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957026 is #6A8FD9. Grayscale: #727272. Windows color (decimal): -6983642 or 2519189. OLE color: 2519189.

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

Color convert

RGB 149 112 38 -
CMYK 0 0.25 0.74 0.42
HSL 40º 0.59% 0.37% -
HSV(B) 40º 0.74% 0.58% -
XYZ 18.54 18.12 4.35 -
YUV 114.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 149 112 38 0 0.25 0.74 0.42 40 0.59 0.37
Hex 95 70 26 0 19 4A 2A 28 3B 25
Octal 225 160 46 0 31 112 52 50 73 45
Binary 10010101 1110000 100110 0 11001 1001010 101010 101000 111011 100101

Color Harmonies of #957026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957026

Black with #957026

Text Example


Text Example

White with #957026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957026; }

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

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

background-color css

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

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

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

border-color css

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

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

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