Html Css Color HEX #9B5E1B Golden Brown

📋 copy color: '#9B5E1B'

red 155 ◦ green 94 ◦ blue 27

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

Shades of Golden Brown #9B5E1B

Tints of Golden Brown #9B5E1B

RGB

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

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

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

R = 56.16%
G = 34.06%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B5E1B (or 0x9B5E1B) is known color: Golden Brown. HEX triplet: 9B, 5E and 1B. RGB value is (155,94,27). Sum of RGB (Red+Green+Blue) = 155+94+27=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E1B is #64A1E4. Grayscale: #686868. Windows color (decimal): -6595045 or 1793691. OLE color: 1793691.

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

Color convert

RGB 155 94 27 -
CMYK 0 0.39 0.83 0.39
HSL 31.41º 0.7% 0.36% -
HSV(B) 31.41º 0.83% 0.61% -
XYZ 17.72 15.05 3.01 -
YUV 104.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 155 94 27 0 0.39 0.83 0.39 31.41 0.7 0.36
Hex 9B 5E 1B 0 27 53 27 1F 46 24
Octal 233 136 33 0 47 123 47 37 106 44
Binary 10011011 1011110 11011 0 100111 1010011 100111 11111 1000110 100100

Color Harmonies of #9B5E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E1B

Black with #9B5E1B

Text Example


Text Example

White with #9B5E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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