#9B530E

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

Shades of Golden Brown #9B530E

Tints of Golden Brown #9B530E

Color information

#9B530E (or 0x9B530E) is unknown color: approx Golden Brown. HEX triplet: 9B, 53 and 0E. RGB value is (155,83,14). Sum of RGB (Red+Green+Blue) = 155+83+14=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B530E is #64ACF1. Grayscale: #616161. Windows color (decimal): -6597874 or 938907. OLE color: 938907.

HSL color Cylindrical-coordinate representation of color #9B530E: hue angle of 29.36º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B530E is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1558314-
CMYK00.460.910.39
HSL29.36º83.43%33.14%-
HSV(B)29.36º90.97%60.78%-
XYZ16.6913.192.08-
YUV96.6681.35169.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=61.51%
G=32.94%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155831400.460.910.3929.3683.4333.14
Hex9B53E02E5B271d5321
Octal23312316056133473512341
Binary100110111010011111001011101011011100111111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,14); }

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

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

 a { background-color: rgb(155,83,14); }

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

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

 span { border-color: rgb(155,83,14); }

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