Html Css Color HEX #8A3917 Saddle Brown

📋 copy color: '#8A3917'

red 138 ◦ green 57 ◦ blue 23

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

Shades of Saddle Brown #8A3917

Tints of Saddle Brown #8A3917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 23 (9.38% from 255) = 10.55%

R = 63.3%
G = 26.15%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A3917 (or 0x8A3917) is known color: Saddle Brown. HEX triplet: 8A, 39 and 17. RGB value is (138,57,23). Sum of RGB (Red+Green+Blue) = 138+57+23=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3917 is #75C6E8. Grayscale: #4D4D4D. Windows color (decimal): -7718633 or 1522058. OLE color: 1522058.

HSL color Cylindrical-coordinate representation of color #8A3917: hue angle of 17.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A3917 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 57 23 -
CMYK 0 0.59 0.83 0.46
HSL 17.74º 0.71% 0.32% -
HSV(B) 17.74º 0.83% 0.54% -
XYZ 12.1 8.39 1.79 -
YUV 77.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 138 57 23 0 0.59 0.83 0.46 17.74 0.71 0.32
Hex 8A 39 17 0 3B 53 2E 12 47 20
Octal 212 71 27 0 73 123 56 22 107 40
Binary 10001010 111001 10111 0 111011 1010011 101110 10010 1000111 100000

Color Harmonies of #8A3917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3917

Black with #8A3917

Text Example


Text Example

White with #8A3917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,57,23); }

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

background-color css

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

 a { background-color: rgb(138,57,23); }

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

border-color css

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

 span { border-color: rgb(138,57,23); }

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