#947B3B

Color #947B3B Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #947B3B

Tints of Corn Harvest #947B3B

Color information

#947B3B (or 0x947B3B) is unknown color: approx Corn Harvest. HEX triplet: 94, 7B and 3B. RGB value is (148,123,59). Sum of RGB (Red+Green+Blue) = 148+123+59=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #947B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B3B is #6B84C4. Grayscale: #7B7B7B. Windows color (decimal): -7046341 or 3898260. OLE color: 3898260.

HSL color Cylindrical-coordinate representation of color #947B3B: hue angle of 43.15º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #947B3B is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14812359-
CMYK00.170.600.42
HSL43.15º43%40.59%-
HSV(B)43.15º60.14%58.04%-
XYZ20.0920.787.09-
YUV123.1891.78145.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=44.85%
G=37.27%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481235900.170.600.4243.154340.59
Hex947B3B0113C2A2b2b29
Octal224173730217452535351
Binary100101001111011111011010001111100101010101011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947B3B; }

 p { color: rgb(148,123,59); }

 H1.HeaderClassName
 {
   color: #947B3B;
 }
 .AnyTagClassName
 {
   color: #947B3B;
 }
</style>
background-color css

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

 a { background-color: rgb(148,123,59); }

 div.DivClassName
 {
   background-color: #947B3B;
 }
 .BgClassName
 {
   background-color: #947B3B;
 }
</style>
border-color css

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

 span { border-color: rgb(148,123,59); }

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