Html Css Color HEX #957226 Corn Harvest

📋 copy color: '#957226'

red 149 ◦ green 114 ◦ blue 38

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

Shades of Corn Harvest #957226

Tints of Corn Harvest #957226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 49.5%
G = 37.87%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#957226 (or 0x957226) is known color: Corn Harvest. HEX triplet: 95, 72 and 26. RGB value is (149,114,38). Sum of RGB (Red+Green+Blue) = 149+114+38=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #957226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957226 is #6A8DD9. Grayscale: #747474. Windows color (decimal): -6983130 or 2519701. OLE color: 2519701.

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

Color convert

RGB 149 114 38 -
CMYK 0 0.23 0.74 0.42
HSL 41.08º 0.59% 0.37% -
HSV(B) 41.08º 0.74% 0.58% -
XYZ 18.76 18.56 4.43 -
YUV 115.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 149 114 38 0 0.23 0.74 0.42 41.08 0.59 0.37
Hex 95 72 26 0 17 4A 2A 29 3B 25
Octal 225 162 46 0 27 112 52 51 73 45
Binary 10010101 1110010 100110 0 10111 1001010 101010 101001 111011 100101

Color Harmonies of #957226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957226

Black with #957226

Text Example


Text Example

White with #957226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957226; }

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

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

background-color css

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

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

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

border-color css

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

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

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