Html Css Color HEX #95581D Afghan Tan

📋 copy color: '#95581D'

red 149 ◦ green 88 ◦ blue 29

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

Shades of Afghan Tan #95581D

Tints of Afghan Tan #95581D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 56.02%
G = 33.08%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95581D (or 0x95581D) is known color: Afghan Tan. HEX triplet: 95, 58 and 1D. RGB value is (149,88,29). Sum of RGB (Red+Green+Blue) = 149+88+29=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95581D is #6AA7E2. Grayscale: #636363. Windows color (decimal): -6989795 or 1923221. OLE color: 1923221.

HSL color Cylindrical-coordinate representation of color #95581D: hue angle of 29.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95581D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 29 -
CMYK 0 0.41 0.81 0.42
HSL 29.5º 0.67% 0.35% -
HSV(B) 29.5º 0.81% 0.58% -
XYZ 16.11 13.46 2.91 -
YUV 99.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 149 88 29 0 0.41 0.81 0.42 29.5 0.67 0.35
Hex 95 58 1D 0 29 51 2A 1E 43 23
Octal 225 130 35 0 51 121 52 36 103 43
Binary 10010101 1011000 11101 0 101001 1010001 101010 11110 1000011 100011

Color Harmonies of #95581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95581D

Black with #95581D

Text Example


Text Example

White with #95581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95581D; }

 p { color: rgb(149,88,29); }

 H1.HeaderClassName
 {
   color: #95581D;
 }
 .AnyTagClassName
 {
   color: #95581D;
 }
</style>

background-color css

<style>
 a { background-color: #95581D; }

 a { background-color: rgb(149,88,29); }

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

border-color css

<style>
 span { border-color: #95581D; }

 span { border-color: rgb(149,88,29); }

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