Html Css Color HEX #957021 Corn Harvest

📋 copy color: '#957021'

red 149 ◦ green 112 ◦ blue 33

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

Shades of Corn Harvest #957021

Tints of Corn Harvest #957021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.22%

R = 50.68%
G = 38.1%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#957021 (or 0x957021) is known color: Corn Harvest. HEX triplet: 95, 70 and 21. RGB value is (149,112,33). Sum of RGB (Red+Green+Blue) = 149+112+33=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #957021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957021 is #6A8FDE. Grayscale: #727272. Windows color (decimal): -6983647 or 2191509. OLE color: 2191509.

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

Color convert

RGB 149 112 33 -
CMYK 0 0.25 0.78 0.42
HSL 40.86º 0.64% 0.36% -
HSV(B) 40.86º 0.78% 0.58% -
XYZ 18.46 18.09 3.96 -
YUV 114.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 149 112 33 0 0.25 0.78 0.42 40.86 0.64 0.36
Hex 95 70 21 0 19 4E 2A 29 40 24
Octal 225 160 41 0 31 116 52 51 100 44
Binary 10010101 1110000 100001 0 11001 1001110 101010 101001 1000000 100100

Color Harmonies of #957021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957021

Black with #957021

Text Example


Text Example

White with #957021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957021; }

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

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

background-color css

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

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

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

border-color css

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

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

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