Html Css Color HEX #9B5310 Golden Brown

📋 copy color: '#9B5310'

red 155 ◦ green 83 ◦ blue 16

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

Shades of Golden Brown #9B5310

Tints of Golden Brown #9B5310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 61.02%
G = 32.68%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B5310 (or 0x9B5310) is known color: Golden Brown. HEX triplet: 9B, 53 and 10. RGB value is (155,83,16). Sum of RGB (Red+Green+Blue) = 155+83+16=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5310 is #64ACEF. Grayscale: #616161. Windows color (decimal): -6597872 or 1069979. OLE color: 1069979.

HSL color Cylindrical-coordinate representation of color #9B5310: hue angle of 28.92º degrees, saturation: 0.81, 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 #9B5310 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 83 16 -
CMYK 0 0.46 0.90 0.39
HSL 28.92º 0.81% 0.34% -
HSV(B) 28.92º 0.9% 0.61% -
XYZ 16.7 13.19 2.16 -
YUV 96.89 82.35 169.45 -
System Red Green Blue C M Y K H S L
Decimal 155 83 16 0 0.46 0.90 0.39 28.92 0.81 0.34
Hex 9B 53 10 0 2E 5A 27 1D 51 22
Octal 233 123 20 0 56 132 47 35 121 42
Binary 10011011 1010011 10000 0 101110 1011010 100111 11101 1010001 100010

Color Harmonies of #9B5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5310

Black with #9B5310

Text Example


Text Example

White with #9B5310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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