Html Css Color HEX #8A3C10 Saddle Brown

📋 copy color: '#8A3C10'

red 138 ◦ green 60 ◦ blue 16

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

Shades of Saddle Brown #8A3C10

Tints of Saddle Brown #8A3C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 64.49%
G = 28.04%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A3C10 (or 0x8A3C10) is known color: Saddle Brown. HEX triplet: 8A, 3C and 10. RGB value is (138,60,16). Sum of RGB (Red+Green+Blue) = 138+60+16=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3C10 is #75C3EF. Grayscale: #4E4E4E. Windows color (decimal): -7717872 or 1064074. OLE color: 1064074.

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

Color convert

RGB 138 60 16 -
CMYK 0 0.57 0.88 0.46
HSL 21.64º 0.79% 0.3% -
HSV(B) 21.64º 0.88% 0.54% -
XYZ 12.19 8.67 1.52 -
YUV 78.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 138 60 16 0 0.57 0.88 0.46 21.64 0.79 0.3
Hex 8A 3C 10 0 39 58 2E 16 4F 1E
Octal 212 74 20 0 71 130 56 26 117 36
Binary 10001010 111100 10000 0 111001 1011000 101110 10110 1001111 11110

Color Harmonies of #8A3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3C10

Black with #8A3C10

Text Example


Text Example

White with #8A3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,60,16); }

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

background-color css

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

 a { background-color: rgb(138,60,16); }

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

border-color css

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

 span { border-color: rgb(138,60,16); }

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