Html Css Color HEX #9B581A Golden Brown

📋 copy color: '#9B581A'

red 155 ◦ green 88 ◦ blue 26

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

Shades of Golden Brown #9B581A

Tints of Golden Brown #9B581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

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

R = 57.62%
G = 32.71%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B581A (or 0x9B581A) is known color: Golden Brown. HEX triplet: 9B, 58 and 1A. RGB value is (155,88,26). Sum of RGB (Red+Green+Blue) = 155+88+26=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B581A is #64A7E5. Grayscale: #656565. Windows color (decimal): -6596582 or 1726619. OLE color: 1726619.

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

Color convert

RGB 155 88 26 -
CMYK 0 0.43 0.83 0.39
HSL 28.84º 0.71% 0.35% -
HSV(B) 28.84º 0.83% 0.61% -
XYZ 17.19 14.02 2.78 -
YUV 100.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 155 88 26 0 0.43 0.83 0.39 28.84 0.71 0.35
Hex 9B 58 1A 0 2B 53 27 1D 47 23
Octal 233 130 32 0 53 123 47 35 107 43
Binary 10011011 1011000 11010 0 101011 1010011 100111 11101 1000111 100011

Color Harmonies of #9B581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B581A

Black with #9B581A

Text Example


Text Example

White with #9B581A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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