Html Css Color HEX #864101 Saddle Brown

📋 copy color: '#864101'

red 134 ◦ green 65 ◦ blue 1

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

Shades of Saddle Brown #864101

Tints of Saddle Brown #864101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

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

R = 67%
G = 32.5%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#864101 (or 0x864101) is known color: Saddle Brown. HEX triplet: 86, 41 and 01. RGB value is (134,65,1). Sum of RGB (Red+Green+Blue) = 134+65+1=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #864101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864101 is #79BEFE. Grayscale: #4E4E4E. Windows color (decimal): -7978751 or 82310. OLE color: 82310.

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

Color convert

RGB 134 65 1 -
CMYK 0 0.51 0.99 0.47
HSL 28.87º 0.99% 0.26% -
HSV(B) 28.87º 0.99% 0.53% -
XYZ 11.73 8.85 1.12 -
YUV 78.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 134 65 1 0 0.51 0.99 0.47 28.87 0.99 0.26
Hex 86 41 1 0 33 63 2F 1D 63 1A
Octal 206 101 1 0 63 143 57 35 143 32
Binary 10000110 1000001 1 0 110011 1100011 101111 11101 1100011 11010

Color Harmonies of #864101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864101

Black with #864101

Text Example


Text Example

White with #864101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864101; }

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

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

background-color css

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

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

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

border-color css

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

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

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