Html Css Color HEX #8A421A Saddle Brown

📋 copy color: '#8A421A'

red 138 ◦ green 66 ◦ blue 26

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

Shades of Saddle Brown #8A421A

Tints of Saddle Brown #8A421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 60%
G = 28.7%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A421A (or 0x8A421A) is known color: Saddle Brown. HEX triplet: 8A, 42 and 1A. RGB value is (138,66,26). Sum of RGB (Red+Green+Blue) = 138+66+26=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A421A is #75BDE5. Grayscale: #535353. Windows color (decimal): -7716326 or 1720970. OLE color: 1720970.

HSL color Cylindrical-coordinate representation of color #8A421A: hue angle of 21.43º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A421A is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 66 26 -
CMYK 0 0.52 0.81 0.46
HSL 21.43º 0.68% 0.32% -
HSV(B) 21.43º 0.81% 0.54% -
XYZ 12.62 9.37 2.12 -
YUV 82.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 138 66 26 0 0.52 0.81 0.46 21.43 0.68 0.32
Hex 8A 42 1A 0 34 51 2E 15 44 20
Octal 212 102 32 0 64 121 56 25 104 40
Binary 10001010 1000010 11010 0 110100 1010001 101110 10101 1000100 100000

Color Harmonies of #8A421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A421A

Black with #8A421A

Text Example


Text Example

White with #8A421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,66,26); }

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

background-color css

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

 a { background-color: rgb(138,66,26); }

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

border-color css

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

 span { border-color: rgb(138,66,26); }

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