Html Css Color HEX #8A3C14 Saddle Brown

📋 copy color: '#8A3C14'

red 138 ◦ green 60 ◦ blue 20

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

Shades of Saddle Brown #8A3C14

Tints of Saddle Brown #8A3C14

RGB

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

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

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

R = 63.3%
G = 27.52%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A3C14 (or 0x8A3C14) is known color: Saddle Brown. HEX triplet: 8A, 3C and 14. RGB value is (138,60,20). Sum of RGB (Red+Green+Blue) = 138+60+20=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3C14 is #75C3EB. Grayscale: #4F4F4F. Windows color (decimal): -7717868 or 1326218. OLE color: 1326218.

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

Color convert

RGB 138 60 20 -
CMYK 0 0.57 0.86 0.46
HSL 20.34º 0.75% 0.31% -
HSV(B) 20.34º 0.86% 0.54% -
XYZ 12.22 8.69 1.69 -
YUV 78.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 138 60 20 0 0.57 0.86 0.46 20.34 0.75 0.31
Hex 8A 3C 14 0 39 56 2E 14 4B 1F
Octal 212 74 24 0 71 126 56 24 113 37
Binary 10001010 111100 10100 0 111001 1010110 101110 10100 1001011 11111

Color Harmonies of #8A3C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3C14

Black with #8A3C14

Text Example


Text Example

White with #8A3C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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