#863E02

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

Shades of Saddle Brown #863E02

Tints of Saddle Brown #863E02

Color information

#863E02 (or 0x863E02) is unknown color: approx Saddle Brown. HEX triplet: 86, 3E and 02. RGB value is (134,62,2). Sum of RGB (Red+Green+Blue) = 134+62+2=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #863E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863E02 is #79C1FD. Grayscale: #4D4D4D. Windows color (decimal): -7979518 or 147078. OLE color: 147078.

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

Color convert

RGB134622-
CMYK00.540.990.47
HSL27.27º97.06%26.67%-
HSV(B)27.27º98.51%52.55%-
XYZ11.578.521.09-
YUV76.6985.85168.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 62 (24.61% from 255) = 31.31%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=67.68%
G=31.31%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13462200.540.990.4727.2797.0626.67
Hex863E2036632F1b611b
Octal206762066143573314133
Binary10000110111110100110110110001110111111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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