Html Css Color HEX #8A4114 Saddle Brown

📋 copy color: '#8A4114'

red 138 ◦ green 65 ◦ blue 20

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

Shades of Saddle Brown #8A4114

Tints of Saddle Brown #8A4114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 61.88%
G = 29.15%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A4114 (or 0x8A4114) is known color: Saddle Brown. HEX triplet: 8A, 41 and 14. RGB value is (138,65,20). Sum of RGB (Red+Green+Blue) = 138+65+20=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4114 is #75BEEB. Grayscale: #515151. Windows color (decimal): -7716588 or 1327498. OLE color: 1327498.

HSL color Cylindrical-coordinate representation of color #8A4114: hue angle of 22.88º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A4114 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 65 20 -
CMYK 0 0.53 0.86 0.46
HSL 22.88º 0.75% 0.31% -
HSV(B) 22.88º 0.86% 0.54% -
XYZ 12.5 9.23 1.79 -
YUV 81.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 138 65 20 0 0.53 0.86 0.46 22.88 0.75 0.31
Hex 8A 41 14 0 35 56 2E 17 4B 1F
Octal 212 101 24 0 65 126 56 27 113 37
Binary 10001010 1000001 10100 0 110101 1010110 101110 10111 1001011 11111

Color Harmonies of #8A4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4114

Black with #8A4114

Text Example


Text Example

White with #8A4114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,65,20); }

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

background-color css

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

 a { background-color: rgb(138,65,20); }

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

border-color css

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

 span { border-color: rgb(138,65,20); }

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