Html Css Color HEX #9B5E1C Golden Brown

📋 copy color: '#9B5E1C'

red 155 ◦ green 94 ◦ blue 28

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

Shades of Golden Brown #9B5E1C

Tints of Golden Brown #9B5E1C

RGB

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

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

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

R = 55.96%
G = 33.94%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B5E1C (or 0x9B5E1C) is known color: Golden Brown. HEX triplet: 9B, 5E and 1C. RGB value is (155,94,28). Sum of RGB (Red+Green+Blue) = 155+94+28=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E1C is #64A1E3. Grayscale: #696969. Windows color (decimal): -6595044 or 1859227. OLE color: 1859227.

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

Color convert

RGB 155 94 28 -
CMYK 0 0.39 0.82 0.39
HSL 31.18º 0.69% 0.36% -
HSV(B) 31.18º 0.82% 0.61% -
XYZ 17.73 15.06 3.07 -
YUV 104.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 155 94 28 0 0.39 0.82 0.39 31.18 0.69 0.36
Hex 9B 5E 1C 0 27 52 27 1F 45 24
Octal 233 136 34 0 47 122 47 37 105 44
Binary 10011011 1011110 11100 0 100111 1010010 100111 11111 1000101 100100

Color Harmonies of #9B5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E1C

Black with #9B5E1C

Text Example


Text Example

White with #9B5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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