Html Css Color HEX #957526 Corn Harvest

📋 copy color: '#957526'

red 149 ◦ green 117 ◦ blue 38

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

Shades of Corn Harvest #957526

Tints of Corn Harvest #957526

RGB

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

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

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

R = 49.01%
G = 38.49%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#957526 (or 0x957526) is known color: Corn Harvest. HEX triplet: 95, 75 and 26. RGB value is (149,117,38). Sum of RGB (Red+Green+Blue) = 149+117+38=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #957526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957526 is #6A8AD9. Grayscale: #757575. Windows color (decimal): -6982362 or 2520469. OLE color: 2520469.

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

Color convert

RGB 149 117 38 -
CMYK 0 0.21 0.74 0.42
HSL 42.7º 0.59% 0.37% -
HSV(B) 42.7º 0.74% 0.58% -
XYZ 19.11 19.25 4.54 -
YUV 117.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 149 117 38 0 0.21 0.74 0.42 42.7 0.59 0.37
Hex 95 75 26 0 15 4A 2A 2B 3B 25
Octal 225 165 46 0 25 112 52 53 73 45
Binary 10010101 1110101 100110 0 10101 1001010 101010 101011 111011 100101

Color Harmonies of #957526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957526

Black with #957526

Text Example


Text Example

White with #957526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957526; }

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

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

background-color css

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

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

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

border-color css

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

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

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