Html Css Color HEX #9B5D1A Golden Brown

📋 copy color: '#9B5D1A'

red 155 ◦ green 93 ◦ blue 26

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

Shades of Golden Brown #9B5D1A

Tints of Golden Brown #9B5D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 56.57%
G = 33.94%
B = 9.49%

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

#9B5D1A (or 0x9B5D1A) is known color: Golden Brown. HEX triplet: 9B, 5D and 1A. RGB value is (155,93,26). Sum of RGB (Red+Green+Blue) = 155+93+26=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D1A is #64A2E5. Grayscale: #686868. Windows color (decimal): -6595302 or 1727899. OLE color: 1727899.

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

Color convert

RGB 155 93 26 -
CMYK 0 0.4 0.83 0.39
HSL 31.16º 0.71% 0.35% -
HSV(B) 31.16º 0.83% 0.61% -
XYZ 17.62 14.87 2.92 -
YUV 103.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 155 93 26 0 0.4 0.83 0.39 31.16 0.71 0.35
Hex 9B 5D 1A 0 28 53 27 1F 47 23
Octal 233 135 32 0 50 123 47 37 107 43
Binary 10011011 1011101 11010 0 101000 1010011 100111 11111 1000111 100011

Color Harmonies of #9B5D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D1A

Black with #9B5D1A

Text Example


Text Example

White with #9B5D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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