Html Css Color HEX #863800 Saddle Brown

📋 copy color: '#863800'

red 134 ◦ green 56 ◦ blue 0

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

Shades of Saddle Brown #863800

Tints of Saddle Brown #863800

RGB

 RED value IS 134 (52.73% from 255) = 70.53%

 GREEN value IS 56 (22.27% from 255) = 29.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.53%
G = 29.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#863800 (or 0x863800) is known color: Saddle Brown. HEX triplet: 86, 38 and 00. RGB value is (134,56,0). Sum of RGB (Red+Green+Blue) = 134+56+0=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #863800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863800 is #79C7FF. Grayscale: #494949. Windows color (decimal): -7981056 or 14470. OLE color: 14470.

HSL color Cylindrical-coordinate representation of color #863800: hue angle of 25.07º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #863800 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 0 -
CMYK 0 0.58 1 0.47
HSL 25.07º 1% 0.26% -
HSV(B) 25.07º 1% 0.53% -
XYZ 11.25 7.9 0.93 -
YUV 72.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 134 56 0 0 0.58 1 0.47 25.07 1 0.26
Hex 86 38 0 0 3A 64 2F 19 64 1A
Octal 206 70 0 0 72 144 57 31 144 32
Binary 10000110 111000 0 0 111010 1100100 101111 11001 1100100 11010

Color Harmonies of #863800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863800

Black with #863800

Text Example


Text Example

White with #863800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863800; }

 p { color: rgb(134,56,0); }

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

background-color css

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

 a { background-color: rgb(134,56,0); }

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

border-color css

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

 span { border-color: rgb(134,56,0); }

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