Html Css Color HEX #9B5D1C Golden Brown

📋 copy color: '#9B5D1C'

red 155 ◦ green 93 ◦ blue 28

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

Shades of Golden Brown #9B5D1C

Tints of Golden Brown #9B5D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 56.16%
G = 33.7%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B5D1C (or 0x9B5D1C) is known color: Golden Brown. HEX triplet: 9B, 5D and 1C. RGB value is (155,93,28). Sum of RGB (Red+Green+Blue) = 155+93+28=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D1C is #64A2E3. Grayscale: #686868. Windows color (decimal): -6595300 or 1858971. OLE color: 1858971.

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

Color convert

RGB 155 93 28 -
CMYK 0 0.4 0.82 0.39
HSL 30.71º 0.69% 0.36% -
HSV(B) 30.71º 0.82% 0.61% -
XYZ 17.64 14.88 3.04 -
YUV 104.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 155 93 28 0 0.4 0.82 0.39 30.71 0.69 0.36
Hex 9B 5D 1C 0 28 52 27 1F 45 24
Octal 233 135 34 0 50 122 47 37 105 44
Binary 10011011 1011101 11100 0 101000 1010010 100111 11111 1000101 100100

Color Harmonies of #9B5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D1C

Black with #9B5D1C

Text Example


Text Example

White with #9B5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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