Html Css Color HEX #90571C Afghan Tan

📋 copy color: '#90571C'

red 144 ◦ green 87 ◦ blue 28

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

Shades of Afghan Tan #90571C

Tints of Afghan Tan #90571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 55.6%
G = 33.59%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90571C (or 0x90571C) is known color: Afghan Tan. HEX triplet: 90, 57 and 1C. RGB value is (144,87,28). Sum of RGB (Red+Green+Blue) = 144+87+28=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90571C is #6FA8E3. Grayscale: #616161. Windows color (decimal): -7317732 or 1857424. OLE color: 1857424.

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

Color convert

RGB 144 87 28 -
CMYK 0 0.40 0.81 0.44
HSL 30.52º 0.67% 0.34% -
HSV(B) 30.52º 0.81% 0.56% -
XYZ 15.12 12.83 2.78 -
YUV 97.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 144 87 28 0 0.40 0.81 0.44 30.52 0.67 0.34
Hex 90 57 1C 0 28 51 2C 1F 43 22
Octal 220 127 34 0 50 121 54 37 103 42
Binary 10010000 1010111 11100 0 101000 1010001 101100 11111 1000011 100010

Color Harmonies of #90571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90571C

Black with #90571C

Text Example


Text Example

White with #90571C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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