Html Css Color HEX #8D3307 Saddle Brown

📋 copy color: '#8D3307'

red 141 ◦ green 51 ◦ blue 7

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

Shades of Saddle Brown #8D3307

Tints of Saddle Brown #8D3307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

 BLUE value IS 7 (3.13% from 255) = 3.52%

R = 70.85%
G = 25.63%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#8D3307 (or 0x8D3307) is known color: Saddle Brown. HEX triplet: 8D, 33 and 07. RGB value is (141,51,7). Sum of RGB (Red+Green+Blue) = 141+51+7=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3307 is #72CCF8. Grayscale: #494949. Windows color (decimal): -7523577 or 471949. OLE color: 471949.

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

Color convert

RGB 141 51 7 -
CMYK 0 0.64 0.95 0.45
HSL 19.7º 0.91% 0.29% -
HSV(B) 19.7º 0.95% 0.55% -
XYZ 12.21 8.05 1.11 -
YUV 72.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 141 51 7 0 0.64 0.95 0.45 19.7 0.91 0.29
Hex 8D 33 7 0 40 5F 2D 14 5B 1D
Octal 215 63 7 0 100 137 55 24 133 35
Binary 10001101 110011 111 0 1000000 1011111 101101 10100 1011011 11101

Color Harmonies of #8D3307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3307

Black with #8D3307

Text Example


Text Example

White with #8D3307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,51,7); }

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

background-color css

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

 a { background-color: rgb(141,51,7); }

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

border-color css

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

 span { border-color: rgb(141,51,7); }

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