Html Css Color HEX #95551B Afghan Tan

📋 copy color: '#95551B'

red 149 ◦ green 85 ◦ blue 27

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

Shades of Afghan Tan #95551B

Tints of Afghan Tan #95551B

RGB

 RED value IS 149 (58.59% from 255) = 57.09%

 GREEN value IS 85 (33.59% from 255) = 32.57%

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

R = 57.09%
G = 32.57%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#95551B (or 0x95551B) is known color: Afghan Tan. HEX triplet: 95, 55 and 1B. RGB value is (149,85,27). Sum of RGB (Red+Green+Blue) = 149+85+27=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95551B is #6AAAE4. Grayscale: #616161. Windows color (decimal): -6990565 or 1791381. OLE color: 1791381.

HSL color Cylindrical-coordinate representation of color #95551B: hue angle of 28.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95551B is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 27 -
CMYK 0 0.43 0.82 0.42
HSL 28.52º 0.69% 0.35% -
HSV(B) 28.52º 0.82% 0.58% -
XYZ 15.84 12.97 2.7 -
YUV 97.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 149 85 27 0 0.43 0.82 0.42 28.52 0.69 0.35
Hex 95 55 1B 0 2B 52 2A 1D 45 23
Octal 225 125 33 0 53 122 52 35 105 43
Binary 10010101 1010101 11011 0 101011 1010010 101010 11101 1000101 100011

Color Harmonies of #95551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95551B

Black with #95551B

Text Example


Text Example

White with #95551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95551B; }

 p { color: rgb(149,85,27); }

 H1.HeaderClassName
 {
   color: #95551B;
 }
 .AnyTagClassName
 {
   color: #95551B;
 }
</style>

background-color css

<style>
 a { background-color: #95551B; }

 a { background-color: rgb(149,85,27); }

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

border-color css

<style>
 span { border-color: #95551B; }

 span { border-color: rgb(149,85,27); }

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