Html Css Color HEX #90571D Afghan Tan

📋 copy color: '#90571D'

red 144 ◦ green 87 ◦ blue 29

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

Shades of Afghan Tan #90571D

Tints of Afghan Tan #90571D

RGB

 RED value IS 144 (56.64% from 255) = 55.38%

 GREEN value IS 87 (34.38% from 255) = 33.46%

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

R = 55.38%
G = 33.46%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90571D (or 0x90571D) is known color: Afghan Tan. HEX triplet: 90, 57 and 1D. RGB value is (144,87,29). Sum of RGB (Red+Green+Blue) = 144+87+29=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #90571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90571D is #6FA8E2. Grayscale: #616161. Windows color (decimal): -7317731 or 1922960. OLE color: 1922960.

HSL color Cylindrical-coordinate representation of color #90571D: hue angle of 30.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90571D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 87 29 -
CMYK 0 0.40 0.80 0.44
HSL 30.26º 0.66% 0.34% -
HSV(B) 30.26º 0.8% 0.56% -
XYZ 15.13 12.83 2.84 -
YUV 97.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 144 87 29 0 0.40 0.80 0.44 30.26 0.66 0.34
Hex 90 57 1D 0 28 50 2C 1E 42 22
Octal 220 127 35 0 50 120 54 36 102 42
Binary 10010000 1010111 11101 0 101000 1010000 101100 11110 1000010 100010

Color Harmonies of #90571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90571D

Black with #90571D

Text Example


Text Example

White with #90571D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,87,29); }

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

background-color css

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

 a { background-color: rgb(144,87,29); }

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

border-color css

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

 span { border-color: rgb(144,87,29); }

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