#863E08

Color #863E08 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #863E08

Tints of Saddle Brown #863E08

Color information

#863E08 (or 0x863E08) is unknown color: approx Saddle Brown. HEX triplet: 86, 3E and 08. RGB value is (134,62,8). Sum of RGB (Red+Green+Blue) = 134+62+8=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #863E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863E08 is #79C1F7. Grayscale: #4D4D4D. Windows color (decimal): -7979512 or 540294. OLE color: 540294.

HSL color Cylindrical-coordinate representation of color #863E08: hue angle of 25.71º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #863E08 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB134628-
CMYK00.540.940.47
HSL25.71º88.73%27.84%-
HSV(B)25.71º94.03%52.55%-
XYZ11.68.531.27-
YUV77.3788.85168.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=65.69%
G=30.39%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13462800.540.940.4725.7188.7327.84
Hex863E80365E2F1a591c
Octal2067610066136573213134
Binary1000011011111010000110110101111010111111010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863E08; }

 p { color: rgb(134,62,8); }

 H1.HeaderClassName
 {
   color: #863E08;
 }
 .AnyTagClassName
 {
   color: #863E08;
 }
</style>
background-color css

<style>
 a { background-color: #863E08; }

 a { background-color: rgb(134,62,8); }

 div.DivClassName
 {
   background-color: #863E08;
 }
 .BgClassName
 {
   background-color: #863E08;
 }
</style>
border-color css

<style>
 span { border-color: #863E08; }

 span { border-color: rgb(134,62,8); }

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