#95821A

Color #95821A Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #95821A

Tints of Lemon Ginger #95821A

Color information

#95821A (or 0x95821A) is unknown color: approx Lemon Ginger. HEX triplet: 95, 82 and 1A. RGB value is (149,130,26). Sum of RGB (Red+Green+Blue) = 149+130+26=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95821A is #6A7DE5. Grayscale: #7C7C7C. Windows color (decimal): -6979046 or 1737365. OLE color: 1737365.

HSL color Cylindrical-coordinate representation of color #95821A: hue angle of 50.73º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95821A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14913026-
CMYK00.130.830.42
HSL50.73º70.29%34.31%-
HSV(B)50.73º82.55%58.43%-
XYZ20.5622.434.22-
YUV123.8272.79145.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=48.85%
G=42.62%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491302600.130.830.4250.7370.2934.31
Hex95821A0D532A334622
Octal22520232015123526310642
Binary1001010110000010110100110110100111010101100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95821A; }

 p { color: rgb(149,130,26); }

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

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

 a { background-color: rgb(149,130,26); }

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

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

 span { border-color: rgb(149,130,26); }

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