Html Css Color HEX #90581E Afghan Tan

📋 copy color: '#90581E'

red 144 ◦ green 88 ◦ blue 30

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

Shades of Afghan Tan #90581E

Tints of Afghan Tan #90581E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.45%

R = 54.96%
G = 33.59%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90581E (or 0x90581E) is known color: Afghan Tan. HEX triplet: 90, 58 and 1E. RGB value is (144,88,30). Sum of RGB (Red+Green+Blue) = 144+88+30=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #90581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90581E is #6FA7E1. Grayscale: #626262. Windows color (decimal): -7317474 or 1988752. OLE color: 1988752.

HSL color Cylindrical-coordinate representation of color #90581E: hue angle of 30.53º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90581E is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 88 30 -
CMYK 0 0.39 0.79 0.44
HSL 30.53º 0.66% 0.34% -
HSV(B) 30.53º 0.79% 0.56% -
XYZ 15.23 13 2.94 -
YUV 98.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 144 88 30 0 0.39 0.79 0.44 30.53 0.66 0.34
Hex 90 58 1E 0 27 4F 2C 1F 42 22
Octal 220 130 36 0 47 117 54 37 102 42
Binary 10010000 1011000 11110 0 100111 1001111 101100 11111 1000010 100010

Color Harmonies of #90581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90581E

Black with #90581E

Text Example


Text Example

White with #90581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90581E; }

 p { color: rgb(144,88,30); }

 H1.HeaderClassName
 {
   color: #90581E;
 }
 .AnyTagClassName
 {
   color: #90581E;
 }
</style>

background-color css

<style>
 a { background-color: #90581E; }

 a { background-color: rgb(144,88,30); }

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

border-color css

<style>
 span { border-color: #90581E; }

 span { border-color: rgb(144,88,30); }

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