Html Css Color HEX #8A4826 Alert Tan

📋 copy color: '#8A4826'

red 138 ◦ green 72 ◦ blue 38

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

Shades of Alert Tan #8A4826

Tints of Alert Tan #8A4826

RGB

 RED value IS 138 (54.3% from 255) = 55.65%

 GREEN value IS 72 (28.52% from 255) = 29.03%

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 55.65%
G = 29.03%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A4826 (or 0x8A4826) is known color: Alert Tan. HEX triplet: 8A, 48 and 26. RGB value is (138,72,38). Sum of RGB (Red+Green+Blue) = 138+72+38=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4826 is #75B7D9. Grayscale: #585858. Windows color (decimal): -7714778 or 2508938. OLE color: 2508938.

HSL color Cylindrical-coordinate representation of color #8A4826: hue angle of 20.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A4826 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 72 38 -
CMYK 0 0.48 0.72 0.46
HSL 20.4º 0.57% 0.35% -
HSV(B) 20.4º 0.72% 0.54% -
XYZ 13.15 10.18 3.11 -
YUV 87.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 138 72 38 0 0.48 0.72 0.46 20.4 0.57 0.35
Hex 8A 48 26 0 30 48 2E 14 39 23
Octal 212 110 46 0 60 110 56 24 71 43
Binary 10001010 1001000 100110 0 110000 1001000 101110 10100 111001 100011

Color Harmonies of #8A4826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4826

Black with #8A4826

Text Example


Text Example

White with #8A4826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A4826; }

 p { color: rgb(138,72,38); }

 H1.HeaderClassName
 {
   color: #8A4826;
 }
 .AnyTagClassName
 {
   color: #8A4826;
 }
</style>

background-color css

<style>
 a { background-color: #8A4826; }

 a { background-color: rgb(138,72,38); }

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

border-color css

<style>
 span { border-color: #8A4826; }

 span { border-color: rgb(138,72,38); }

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