Html Css Color HEX #9B591B Afghan Tan

📋 copy color: '#9B591B'

red 155 ◦ green 89 ◦ blue 27

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

Shades of Afghan Tan #9B591B

Tints of Afghan Tan #9B591B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

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

R = 57.2%
G = 32.84%
B = 9.96%

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

#9B591B (or 0x9B591B) is known color: Afghan Tan. HEX triplet: 9B, 59 and 1B. RGB value is (155,89,27). Sum of RGB (Red+Green+Blue) = 155+89+27=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B591B is #64A6E4. Grayscale: #656565. Windows color (decimal): -6596325 or 1792411. OLE color: 1792411.

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

Color convert

RGB 155 89 27 -
CMYK 0 0.43 0.83 0.39
HSL 29.06º 0.7% 0.36% -
HSV(B) 29.06º 0.83% 0.61% -
XYZ 17.29 14.19 2.87 -
YUV 101.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 155 89 27 0 0.43 0.83 0.39 29.06 0.7 0.36
Hex 9B 59 1B 0 2B 53 27 1D 46 24
Octal 233 131 33 0 53 123 47 35 106 44
Binary 10011011 1011001 11011 0 101011 1010011 100111 11101 1000110 100100

Color Harmonies of #9B591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B591B

Black with #9B591B

Text Example


Text Example

White with #9B591B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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