Html Css Color HEX #8A390F Saddle Brown

📋 copy color: '#8A390F'

red 138 ◦ green 57 ◦ blue 15

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

Shades of Saddle Brown #8A390F

Tints of Saddle Brown #8A390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 65.71%
G = 27.14%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#8A390F (or 0x8A390F) is known color: Saddle Brown. HEX triplet: 8A, 39 and 0F. RGB value is (138,57,15). Sum of RGB (Red+Green+Blue) = 138+57+15=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A390F is #75C6F0. Grayscale: #4C4C4C. Windows color (decimal): -7718641 or 997770. OLE color: 997770.

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

Color convert

RGB 138 57 15 -
CMYK 0 0.59 0.89 0.46
HSL 20.49º 0.8% 0.3% -
HSV(B) 20.49º 0.89% 0.54% -
XYZ 12.03 8.36 1.43 -
YUV 76.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 138 57 15 0 0.59 0.89 0.46 20.49 0.8 0.3
Hex 8A 39 F 0 3B 59 2E 14 50 1E
Octal 212 71 17 0 73 131 56 24 120 36
Binary 10001010 111001 1111 0 111011 1011001 101110 10100 1010000 11110

Color Harmonies of #8A390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A390F

Black with #8A390F

Text Example


Text Example

White with #8A390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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