Html Css Color HEX #9B5313 Golden Brown

📋 copy color: '#9B5313'

red 155 ◦ green 83 ◦ blue 19

#9B5313
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9B5313

Tints of Golden Brown #9B5313

RGB

 RED value IS 155 (60.94% from 255) = 60.31%

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 60.31%
G = 32.3%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B5313 (or 0x9B5313) is known color: Golden Brown. HEX triplet: 9B, 53 and 13. RGB value is (155,83,19). Sum of RGB (Red+Green+Blue) = 155+83+19=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5313 is #64ACEC. Grayscale: #616161. Windows color (decimal): -6597869 or 1266587. OLE color: 1266587.

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

Color convert

RGB 155 83 19 -
CMYK 0 0.46 0.88 0.39
HSL 28.24º 0.78% 0.34% -
HSV(B) 28.24º 0.88% 0.61% -
XYZ 16.73 13.2 2.28 -
YUV 97.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 155 83 19 0 0.46 0.88 0.39 28.24 0.78 0.34
Hex 9B 53 13 0 2E 58 27 1C 4E 22
Octal 233 123 23 0 56 130 47 34 116 42
Binary 10011011 1010011 10011 0 101110 1011000 100111 11100 1001110 100010

Color Harmonies of #9B5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5313

Black with #9B5313

Text Example


Text Example

White with #9B5313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B5313;
 }
 .AnyTagClassName
 {
   color: #9B5313;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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