Html Css Color HEX #862901 Saddle Brown

📋 copy color: '#862901'

red 134 ◦ green 41 ◦ blue 1

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

Shades of Saddle Brown #862901

Tints of Saddle Brown #862901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

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

R = 76.14%
G = 23.3%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862901 (or 0x862901) is known color: Saddle Brown. HEX triplet: 86, 29 and 01. RGB value is (134,41,1). Sum of RGB (Red+Green+Blue) = 134+41+1=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #862901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862901 is #79D6FE. Grayscale: #404040. Windows color (decimal): -7984895 or 76166. OLE color: 76166.

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

Color convert

RGB 134 41 1 -
CMYK 0 0.69 0.99 0.47
HSL 18.05º 0.99% 0.26% -
HSV(B) 18.05º 0.99% 0.53% -
XYZ 10.63 6.66 0.75 -
YUV 64.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 134 41 1 0 0.69 0.99 0.47 18.05 0.99 0.26
Hex 86 29 1 0 45 63 2F 12 63 1A
Octal 206 51 1 0 105 143 57 22 143 32
Binary 10000110 101001 1 0 1000101 1100011 101111 10010 1100011 11010

Color Harmonies of #862901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862901

Black with #862901

Text Example


Text Example

White with #862901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862901; }

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

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

background-color css

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

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

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

border-color css

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

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

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