Html Css Color HEX #957121 Corn Harvest

📋 copy color: '#957121'

red 149 ◦ green 113 ◦ blue 33

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

Shades of Corn Harvest #957121

Tints of Corn Harvest #957121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

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

R = 50.51%
G = 38.31%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#957121 (or 0x957121) is known color: Corn Harvest. HEX triplet: 95, 71 and 21. RGB value is (149,113,33). Sum of RGB (Red+Green+Blue) = 149+113+33=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #957121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957121 is #6A8EDE. Grayscale: #737373. Windows color (decimal): -6983391 or 2191765. OLE color: 2191765.

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

Color convert

RGB 149 113 33 -
CMYK 0 0.24 0.78 0.42
HSL 41.38º 0.64% 0.36% -
HSV(B) 41.38º 0.78% 0.58% -
XYZ 18.57 18.31 3.99 -
YUV 114.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 149 113 33 0 0.24 0.78 0.42 41.38 0.64 0.36
Hex 95 71 21 0 18 4E 2A 29 40 24
Octal 225 161 41 0 30 116 52 51 100 44
Binary 10010101 1110001 100001 0 11000 1001110 101010 101001 1000000 100100

Color Harmonies of #957121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957121

Black with #957121

Text Example


Text Example

White with #957121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957121; }

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

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

background-color css

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

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

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

border-color css

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

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

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