Html Css Color HEX #8A460E Saddle Brown

📋 copy color: '#8A460E'

red 138 ◦ green 70 ◦ blue 14

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

Shades of Saddle Brown #8A460E

Tints of Saddle Brown #8A460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 62.16%
G = 31.53%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#8A460E (or 0x8A460E) is known color: Saddle Brown. HEX triplet: 8A, 46 and 0E. RGB value is (138,70,14). Sum of RGB (Red+Green+Blue) = 138+70+14=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A460E is #75B9F1. Grayscale: #545454. Windows color (decimal): -7715314 or 935562. OLE color: 935562.

HSL color Cylindrical-coordinate representation of color #8A460E: hue angle of 27.1º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A460E is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 70 14 -
CMYK 0 0.49 0.90 0.46
HSL 27.1º 0.82% 0.3% -
HSV(B) 27.1º 0.9% 0.54% -
XYZ 12.75 9.82 1.64 -
YUV 83.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 138 70 14 0 0.49 0.90 0.46 27.1 0.82 0.3
Hex 8A 46 E 0 31 5A 2E 1B 52 1E
Octal 212 106 16 0 61 132 56 33 122 36
Binary 10001010 1000110 1110 0 110001 1011010 101110 11011 1010010 11110

Color Harmonies of #8A460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A460E

Black with #8A460E

Text Example


Text Example

White with #8A460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,70,14); }

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

background-color css

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

 a { background-color: rgb(138,70,14); }

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

border-color css

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

 span { border-color: rgb(138,70,14); }

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