Html Css Color HEX #9B5E10 Golden Brown

📋 copy color: '#9B5E10'

red 155 ◦ green 94 ◦ blue 16

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

Shades of Golden Brown #9B5E10

Tints of Golden Brown #9B5E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.47%

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

R = 58.49%
G = 35.47%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B5E10 (or 0x9B5E10) is known color: Golden Brown. HEX triplet: 9B, 5E and 10. RGB value is (155,94,16). Sum of RGB (Red+Green+Blue) = 155+94+16=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5E10 is #64A1EF. Grayscale: #676767. Windows color (decimal): -6595056 or 1072795. OLE color: 1072795.

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

Color convert

RGB 155 94 16 -
CMYK 0 0.39 0.90 0.39
HSL 33.67º 0.81% 0.34% -
HSV(B) 33.67º 0.9% 0.61% -
XYZ 17.61 15.01 2.46 -
YUV 103.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 155 94 16 0 0.39 0.90 0.39 33.67 0.81 0.34
Hex 9B 5E 10 0 27 5A 27 22 51 22
Octal 233 136 20 0 47 132 47 42 121 42
Binary 10011011 1011110 10000 0 100111 1011010 100111 100010 1010001 100010

Color Harmonies of #9B5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E10

Black with #9B5E10

Text Example


Text Example

White with #9B5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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