Html Css Color HEX #8D4B0C Saddle Brown

📋 copy color: '#8D4B0C'

red 141 ◦ green 75 ◦ blue 12

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

Shades of Saddle Brown #8D4B0C

Tints of Saddle Brown #8D4B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.89%

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

R = 61.84%
G = 32.89%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D4B0C (or 0x8D4B0C) is known color: Saddle Brown. HEX triplet: 8D, 4B and 0C. RGB value is (141,75,12). Sum of RGB (Red+Green+Blue) = 141+75+12=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4B0C is #72B4F3. Grayscale: #575757. Windows color (decimal): -7517428 or 805773. OLE color: 805773.

HSL color Cylindrical-coordinate representation of color #8D4B0C: hue angle of 29.3º 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 #8D4B0C is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 75 12 -
CMYK 0 0.47 0.91 0.45
HSL 29.3º 0.84% 0.3% -
HSV(B) 29.3º 0.91% 0.55% -
XYZ 13.57 10.72 1.7 -
YUV 87.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 141 75 12 0 0.47 0.91 0.45 29.3 0.84 0.3
Hex 8D 4B C 0 2F 5B 2D 1D 54 1E
Octal 215 113 14 0 57 133 55 35 124 36
Binary 10001101 1001011 1100 0 101111 1011011 101101 11101 1010100 11110

Color Harmonies of #8D4B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4B0C

Black with #8D4B0C

Text Example


Text Example

White with #8D4B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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