Html Css Color HEX #8A4113 Saddle Brown

📋 copy color: '#8A4113'

red 138 ◦ green 65 ◦ blue 19

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

Shades of Saddle Brown #8A4113

Tints of Saddle Brown #8A4113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 62.16%
G = 29.28%
B = 8.56%

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

#8A4113 (or 0x8A4113) is known color: Saddle Brown. HEX triplet: 8A, 41 and 13. RGB value is (138,65,19). Sum of RGB (Red+Green+Blue) = 138+65+19=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4113 is #75BEEC. Grayscale: #515151. Windows color (decimal): -7716589 or 1261962. OLE color: 1261962.

HSL color Cylindrical-coordinate representation of color #8A4113: hue angle of 23.19º degrees, saturation: 0.76, 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 #8A4113 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 65 19 -
CMYK 0 0.53 0.86 0.46
HSL 23.19º 0.76% 0.31% -
HSV(B) 23.19º 0.86% 0.54% -
XYZ 12.49 9.23 1.74 -
YUV 81.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 138 65 19 0 0.53 0.86 0.46 23.19 0.76 0.31
Hex 8A 41 13 0 35 56 2E 17 4C 1F
Octal 212 101 23 0 65 126 56 27 114 37
Binary 10001010 1000001 10011 0 110101 1010110 101110 10111 1001100 11111

Color Harmonies of #8A4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4113

Black with #8A4113

Text Example


Text Example

White with #8A4113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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