#94752B

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

Shades of Corn Harvest #94752B

Tints of Corn Harvest #94752B

Color information

#94752B (or 0x94752B) is unknown color: approx Corn Harvest. HEX triplet: 94, 75 and 2B. RGB value is (148,117,43). Sum of RGB (Red+Green+Blue) = 148+117+43=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94752B is #6B8AD4. Grayscale: #767676. Windows color (decimal): -7047893 or 2848148. OLE color: 2848148.

HSL color Cylindrical-coordinate representation of color #94752B: hue angle of 42.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94752B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14811743-
CMYK00.210.710.42
HSL42.29º54.97%37.45%-
HSV(B)42.29º70.95%58.04%-
XYZ19.0119.194.99-
YUV117.8385.77149.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=48.05%
G=37.99%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481174300.210.710.4242.2954.9737.45
Hex94752B015472A2a3725
Octal2241655302510752526745
Binary1001010011101011010110101011000111101010101010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94752B; }

 p { color: rgb(148,117,43); }

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

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

 a { background-color: rgb(148,117,43); }

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

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

 span { border-color: rgb(148,117,43); }

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