#9C550F

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

Shades of Golden Brown #9C550F

Tints of Golden Brown #9C550F

Color information

#9C550F (or 0x9C550F) is unknown color: approx Golden Brown. HEX triplet: 9C, 55 and 0F. RGB value is (156,85,15). Sum of RGB (Red+Green+Blue) = 156+85+15=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C550F is #63AAF0. Grayscale: #626262. Windows color (decimal): -6531825 or 1004956. OLE color: 1004956.

HSL color Cylindrical-coordinate representation of color #9C550F: hue angle of 29.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C550F is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1568515-
CMYK00.460.900.39
HSL29.79º82.46%33.53%-
HSV(B)29.79º90.38%61.18%-
XYZ17.0513.62.18-
YUV98.2581.02169.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.94%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=60.94%
G=33.20%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156851500.460.900.3929.7982.4633.53
Hex9C55F02E5A271e5222
Octal23412517056132473612242
Binary100111001010101111101011101011010100111111101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C550F; }

 p { color: rgb(156,85,15); }

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

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

 a { background-color: rgb(156,85,15); }

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

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

 span { border-color: rgb(156,85,15); }

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