Html Css Color HEX #8A3B15 Saddle Brown

📋 copy color: '#8A3B15'

red 138 ◦ green 59 ◦ blue 21

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

Shades of Saddle Brown #8A3B15

Tints of Saddle Brown #8A3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.06%

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 63.3%
G = 27.06%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#8A3B15 (or 0x8A3B15) is known color: Saddle Brown. HEX triplet: 8A, 3B and 15. RGB value is (138,59,21). Sum of RGB (Red+Green+Blue) = 138+59+21=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3B15 is #75C4EA. Grayscale: #4E4E4E. Windows color (decimal): -7718123 or 1391498. OLE color: 1391498.

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

Color convert

RGB 138 59 21 -
CMYK 0 0.57 0.85 0.46
HSL 19.49º 0.74% 0.31% -
HSV(B) 19.49º 0.85% 0.54% -
XYZ 12.18 8.59 1.72 -
YUV 78.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 138 59 21 0 0.57 0.85 0.46 19.49 0.74 0.31
Hex 8A 3B 15 0 39 55 2E 13 4A 1F
Octal 212 73 25 0 71 125 56 23 112 37
Binary 10001010 111011 10101 0 111001 1010101 101110 10011 1001010 11111

Color Harmonies of #8A3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3B15

Black with #8A3B15

Text Example


Text Example

White with #8A3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,59,21); }

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

background-color css

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

 a { background-color: rgb(138,59,21); }

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

border-color css

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

 span { border-color: rgb(138,59,21); }

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