Html Css Color HEX #862801 Saddle Brown

📋 copy color: '#862801'

red 134 ◦ green 40 ◦ blue 1

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

Shades of Saddle Brown #862801

Tints of Saddle Brown #862801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

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

R = 76.57%
G = 22.86%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862801 (or 0x862801) is known color: Saddle Brown. HEX triplet: 86, 28 and 01. RGB value is (134,40,1). Sum of RGB (Red+Green+Blue) = 134+40+1=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #862801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862801 is #79D7FE. Grayscale: #3F3F3F. Windows color (decimal): -7985151 or 75910. OLE color: 75910.

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

Color convert

RGB 134 40 1 -
CMYK 0 0.70 0.99 0.47
HSL 17.59º 0.99% 0.26% -
HSV(B) 17.59º 0.99% 0.53% -
XYZ 10.6 6.59 0.74 -
YUV 63.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 134 40 1 0 0.70 0.99 0.47 17.59 0.99 0.26
Hex 86 28 1 0 46 63 2F 12 63 1A
Octal 206 50 1 0 106 143 57 22 143 32
Binary 10000110 101000 1 0 1000110 1100011 101111 10010 1100011 11010

Color Harmonies of #862801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862801

Black with #862801

Text Example


Text Example

White with #862801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862801; }

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

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

background-color css

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

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

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

border-color css

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

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

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