#955708

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

Shades of Golden Brown #955708

Tints of Golden Brown #955708

Color information

#955708 (or 0x955708) is unknown color: approx Golden Brown. HEX triplet: 95, 57 and 08. RGB value is (149,87,8). Sum of RGB (Red+Green+Blue) = 149+87+8=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #955708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955708 is #6AA8F7. Grayscale: #606060. Windows color (decimal): -6990072 or 546709. OLE color: 546709.

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

Color convert

RGB149878-
CMYK00.420.950.42
HSL33.62º89.81%30.78%-
HSV(B)33.62º94.63%58.43%-
XYZ15.8513.221.95-
YUV96.5378.04165.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 8 (3.52% from 255) = 3.28%
R=61.07%
G=35.66%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14987800.420.950.4233.6289.8130.78
Hex9557802A5F2A225a1f
Octal22512710052137524213237
Binary100101011010111100001010101011111101010100010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955708; }

 p { color: rgb(149,87,8); }

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

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

 a { background-color: rgb(149,87,8); }

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

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

 span { border-color: rgb(149,87,8); }

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