Html Css Color HEX #9B5301 Golden Brown

📋 copy color: '#9B5301'

red 155 ◦ green 83 ◦ blue 1

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

Shades of Golden Brown #9B5301

Tints of Golden Brown #9B5301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 64.85%
G = 34.73%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B5301 (or 0x9B5301) is known color: Golden Brown. HEX triplet: 9B, 53 and 01. RGB value is (155,83,1). Sum of RGB (Red+Green+Blue) = 155+83+1=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5301 is #64ACFE. Grayscale: #5F5F5F. Windows color (decimal): -6597887 or 86939. OLE color: 86939.

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

Color convert

RGB 155 83 1 -
CMYK 0 0.46 0.99 0.39
HSL 31.95º 0.99% 0.31% -
HSV(B) 31.95º 0.99% 0.61% -
XYZ 16.62 13.16 1.69 -
YUV 95.18 74.85 170.67 -
System Red Green Blue C M Y K H S L
Decimal 155 83 1 0 0.46 0.99 0.39 31.95 0.99 0.31
Hex 9B 53 1 0 2E 63 27 20 63 1F
Octal 233 123 1 0 56 143 47 40 143 37
Binary 10011011 1010011 1 0 101110 1100011 100111 100000 1100011 11111

Color Harmonies of #9B5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5301

Black with #9B5301

Text Example


Text Example

White with #9B5301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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