Html Css Color HEX #9B5D14 Golden Brown

📋 copy color: '#9B5D14'

red 155 ◦ green 93 ◦ blue 20

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

Shades of Golden Brown #9B5D14

Tints of Golden Brown #9B5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.7%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 57.84%
G = 34.7%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B5D14 (or 0x9B5D14) is known color: Golden Brown. HEX triplet: 9B, 5D and 14. RGB value is (155,93,20). Sum of RGB (Red+Green+Blue) = 155+93+20=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5D14 is #64A2EB. Grayscale: #676767. Windows color (decimal): -6595308 or 1334683. OLE color: 1334683.

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

Color convert

RGB 155 93 20 -
CMYK 0 0.4 0.87 0.39
HSL 32.44º 0.77% 0.34% -
HSV(B) 32.44º 0.87% 0.61% -
XYZ 17.56 14.85 2.6 -
YUV 103.22 81.04 164.94 -
System Red Green Blue C M Y K H S L
Decimal 155 93 20 0 0.4 0.87 0.39 32.44 0.77 0.34
Hex 9B 5D 14 0 28 57 27 20 4D 22
Octal 233 135 24 0 50 127 47 40 115 42
Binary 10011011 1011101 10100 0 101000 1010111 100111 100000 1001101 100010

Color Harmonies of #9B5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D14

Black with #9B5D14

Text Example


Text Example

White with #9B5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,20); }

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

background-color css

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

 a { background-color: rgb(155,93,20); }

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

border-color css

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

 span { border-color: rgb(155,93,20); }

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