#955300

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

Shades of Golden Brown #955300

Tints of Golden Brown #955300

Color information

#955300 (or 0x955300) is unknown color: approx Golden Brown. HEX triplet: 95, 53 and 00. RGB value is (149,83,0). Sum of RGB (Red+Green+Blue) = 149+83+0=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #955300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955300 is #6AACFF. Grayscale: #5D5D5D. Windows color (decimal): -6991104 or 21397. OLE color: 21397.

HSL color Cylindrical-coordinate representation of color #955300: hue angle of 33.42º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #955300 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB149830-
CMYK00.4410.42
HSL33.42º100%29.22%-
HSV(B)33.42º100%58.43%-
XYZ15.4912.581.61-
YUV93.2775.37167.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.22%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.22%
G=35.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14983000.4410.4233.4210029.22
Hex9553002C642A21641d
Octal2251230054144524114435
Binary100101011010011001011001100100101010100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955300; }

 p { color: rgb(149,83,0); }

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

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

 a { background-color: rgb(149,83,0); }

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

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

 span { border-color: rgb(149,83,0); }

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