Html Css Color HEX #8D510C Saddle Brown

📋 copy color: '#8D510C'

red 141 ◦ green 81 ◦ blue 12

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

Shades of Saddle Brown #8D510C

Tints of Saddle Brown #8D510C

RGB

 RED value IS 141 (55.47% from 255) = 60.26%

 GREEN value IS 81 (32.03% from 255) = 34.62%

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

R = 60.26%
G = 34.62%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D510C (or 0x8D510C) is known color: Saddle Brown. HEX triplet: 8D, 51 and 0C. RGB value is (141,81,12). Sum of RGB (Red+Green+Blue) = 141+81+12=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D510C is #72AEF3. Grayscale: #5B5B5B. Windows color (decimal): -7515892 or 807309. OLE color: 807309.

HSL color Cylindrical-coordinate representation of color #8D510C: hue angle of 32.09º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D510C is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 81 12 -
CMYK 0 0.43 0.91 0.45
HSL 32.09º 0.84% 0.3% -
HSV(B) 32.09º 0.91% 0.55% -
XYZ 13.99 11.57 1.84 -
YUV 91.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 141 81 12 0 0.43 0.91 0.45 32.09 0.84 0.3
Hex 8D 51 C 0 2B 5B 2D 20 54 1E
Octal 215 121 14 0 53 133 55 40 124 36
Binary 10001101 1010001 1100 0 101011 1011011 101101 100000 1010100 11110

Color Harmonies of #8D510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D510C

Black with #8D510C

Text Example


Text Example

White with #8D510C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,81,12); }

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

background-color css

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

 a { background-color: rgb(141,81,12); }

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

border-color css

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

 span { border-color: rgb(141,81,12); }

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