#995308

Color #995308 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #995308

Tints of Golden Brown #995308

Color information

#995308 (or 0x995308) is unknown color: approx Golden Brown. HEX triplet: 99, 53 and 08. RGB value is (153,83,8). Sum of RGB (Red+Green+Blue) = 153+83+8=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #995308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995308 is #66ACF7. Grayscale: #5F5F5F. Windows color (decimal): -6728952 or 545689. OLE color: 545689.

HSL color Cylindrical-coordinate representation of color #995308: hue angle of 31.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #995308 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB153838-
CMYK00.460.950.4
HSL31.03º90.06%31.57%-
HSV(B)31.03º94.77%60%-
XYZ16.2712.981.88-
YUV95.3878.69169.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.70%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 8 (3.52% from 255) = 3.28%
R=62.70%
G=34.02%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15383800.460.950.431.0390.0631.57
Hex9953802E5F281f5a20
Octal23112310056137503713240
Binary100110011010011100001011101011111101000111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995308; }

 p { color: rgb(153,83,8); }

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

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

 a { background-color: rgb(153,83,8); }

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

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

 span { border-color: rgb(153,83,8); }

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