Html Css Color HEX #8D3708 Saddle Brown

📋 copy color: '#8D3708'

red 141 ◦ green 55 ◦ blue 8

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

Shades of Saddle Brown #8D3708

Tints of Saddle Brown #8D3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 69.12%
G = 26.96%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8D3708 (or 0x8D3708) is known color: Saddle Brown. HEX triplet: 8D, 37 and 08. RGB value is (141,55,8). Sum of RGB (Red+Green+Blue) = 141+55+8=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3708 is #72C8F7. Grayscale: #4B4B4B. Windows color (decimal): -7522552 or 538509. OLE color: 538509.

HSL color Cylindrical-coordinate representation of color #8D3708: hue angle of 21.2º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D3708 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 55 8 -
CMYK 0 0.61 0.94 0.45
HSL 21.2º 0.89% 0.29% -
HSV(B) 21.2º 0.94% 0.55% -
XYZ 12.39 8.41 1.2 -
YUV 75.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 141 55 8 0 0.61 0.94 0.45 21.2 0.89 0.29
Hex 8D 37 8 0 3D 5E 2D 15 59 1D
Octal 215 67 10 0 75 136 55 25 131 35
Binary 10001101 110111 1000 0 111101 1011110 101101 10101 1011001 11101

Color Harmonies of #8D3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3708

Black with #8D3708

Text Example


Text Example

White with #8D3708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,55,8); }

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

background-color css

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

 a { background-color: rgb(141,55,8); }

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

border-color css

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

 span { border-color: rgb(141,55,8); }

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