Html Css Color HEX #863408 Saddle Brown

📋 copy color: '#863408'

red 134 ◦ green 52 ◦ blue 8

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

Shades of Saddle Brown #863408

Tints of Saddle Brown #863408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

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

R = 69.07%
G = 26.8%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#863408 (or 0x863408) is known color: Saddle Brown. HEX triplet: 86, 34 and 08. RGB value is (134,52,8). Sum of RGB (Red+Green+Blue) = 134+52+8=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #863408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863408 is #79CBF7. Grayscale: #474747. Windows color (decimal): -7982072 or 537734. OLE color: 537734.

HSL color Cylindrical-coordinate representation of color #863408: hue angle of 20.95º 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 #863408 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 52 8 -
CMYK 0 0.61 0.94 0.47
HSL 20.95º 0.89% 0.28% -
HSV(B) 20.95º 0.94% 0.53% -
XYZ 11.1 7.54 1.1 -
YUV 71.5 92.17 172.58 -
System Red Green Blue C M Y K H S L
Decimal 134 52 8 0 0.61 0.94 0.47 20.95 0.89 0.28
Hex 86 34 8 0 3D 5E 2F 15 59 1C
Octal 206 64 10 0 75 136 57 25 131 34
Binary 10000110 110100 1000 0 111101 1011110 101111 10101 1011001 11100

Color Harmonies of #863408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863408

Black with #863408

Text Example


Text Example

White with #863408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863408; }

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

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

background-color css

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

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

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

border-color css

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

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

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