Html Css Color HEX #863401 Saddle Brown

📋 copy color: '#863401'

red 134 ◦ green 52 ◦ blue 1

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

Shades of Saddle Brown #863401

Tints of Saddle Brown #863401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 71.66%
G = 27.81%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#863401 (or 0x863401) is known color: Saddle Brown. HEX triplet: 86, 34 and 01. RGB value is (134,52,1). Sum of RGB (Red+Green+Blue) = 134+52+1=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #863401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863401 is #79CBFE. Grayscale: #464646. Windows color (decimal): -7982079 or 78982. OLE color: 78982.

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

Color convert

RGB 134 52 1 -
CMYK 0 0.61 0.99 0.47
HSL 23.01º 0.99% 0.26% -
HSV(B) 23.01º 0.99% 0.53% -
XYZ 11.06 7.53 0.9 -
YUV 70.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 134 52 1 0 0.61 0.99 0.47 23.01 0.99 0.26
Hex 86 34 1 0 3D 63 2F 17 63 1A
Octal 206 64 1 0 75 143 57 27 143 32
Binary 10000110 110100 1 0 111101 1100011 101111 10111 1100011 11010

Color Harmonies of #863401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863401

Black with #863401

Text Example


Text Example

White with #863401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863401; }

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

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

background-color css

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

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

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

border-color css

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

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

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