Html Css Color HEX #9B5D1B Golden Brown

📋 copy color: '#9B5D1B'

red 155 ◦ green 93 ◦ blue 27

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

Shades of Golden Brown #9B5D1B

Tints of Golden Brown #9B5D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 56.36%
G = 33.82%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B5D1B (or 0x9B5D1B) is known color: Golden Brown. HEX triplet: 9B, 5D and 1B. RGB value is (155,93,27). Sum of RGB (Red+Green+Blue) = 155+93+27=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D1B is #64A2E4. Grayscale: #686868. Windows color (decimal): -6595301 or 1793435. OLE color: 1793435.

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

Color convert

RGB 155 93 27 -
CMYK 0 0.4 0.83 0.39
HSL 30.94º 0.7% 0.36% -
HSV(B) 30.94º 0.83% 0.61% -
XYZ 17.63 14.88 2.98 -
YUV 104.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 155 93 27 0 0.4 0.83 0.39 30.94 0.7 0.36
Hex 9B 5D 1B 0 28 53 27 1F 46 24
Octal 233 135 33 0 50 123 47 37 106 44
Binary 10011011 1011101 11011 0 101000 1010011 100111 11111 1000110 100100

Color Harmonies of #9B5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D1B

Black with #9B5D1B

Text Example


Text Example

White with #9B5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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