Html Css Color HEX #8A390C Saddle Brown

📋 copy color: '#8A390C'

red 138 ◦ green 57 ◦ blue 12

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

Shades of Saddle Brown #8A390C

Tints of Saddle Brown #8A390C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 66.67%
G = 27.54%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A390C (or 0x8A390C) is known color: Saddle Brown. HEX triplet: 8A, 39 and 0C. RGB value is (138,57,12). Sum of RGB (Red+Green+Blue) = 138+57+12=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A390C is #75C6F3. Grayscale: #4C4C4C. Windows color (decimal): -7718644 or 801162. OLE color: 801162.

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

Color convert

RGB 138 57 12 -
CMYK 0 0.59 0.91 0.46
HSL 21.43º 0.84% 0.29% -
HSV(B) 21.43º 0.91% 0.54% -
XYZ 12.01 8.36 1.33 -
YUV 76.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 138 57 12 0 0.59 0.91 0.46 21.43 0.84 0.29
Hex 8A 39 C 0 3B 5B 2E 15 54 1D
Octal 212 71 14 0 73 133 56 25 124 35
Binary 10001010 111001 1100 0 111011 1011011 101110 10101 1010100 11101

Color Harmonies of #8A390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A390C

Black with #8A390C

Text Example


Text Example

White with #8A390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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