Html Css Color HEX #9B5302 Golden Brown

📋 copy color: '#9B5302'

red 155 ◦ green 83 ◦ blue 2

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

Shades of Golden Brown #9B5302

Tints of Golden Brown #9B5302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 64.58%
G = 34.58%
B = 0.83%

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

#9B5302 (or 0x9B5302) is known color: Golden Brown. HEX triplet: 9B, 53 and 02. RGB value is (155,83,2). Sum of RGB (Red+Green+Blue) = 155+83+2=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5302 is #64ACFD. Grayscale: #5F5F5F. Windows color (decimal): -6597886 or 152475. OLE color: 152475.

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

Color convert

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

Color Harmonies of #9B5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5302

Black with #9B5302

Text Example


Text Example

White with #9B5302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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