Html Css Color HEX #863901 Saddle Brown

📋 copy color: '#863901'

red 134 ◦ green 57 ◦ blue 1

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

Shades of Saddle Brown #863901

Tints of Saddle Brown #863901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.69%

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

R = 69.79%
G = 29.69%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#863901 (or 0x863901) is known color: Saddle Brown. HEX triplet: 86, 39 and 01. RGB value is (134,57,1). Sum of RGB (Red+Green+Blue) = 134+57+1=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #863901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863901 is #79C6FE. Grayscale: #494949. Windows color (decimal): -7980799 or 80262. OLE color: 80262.

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

Color convert

RGB 134 57 1 -
CMYK 0 0.57 0.99 0.47
HSL 25.26º 0.99% 0.26% -
HSV(B) 25.26º 0.99% 0.53% -
XYZ 11.3 8 0.98 -
YUV 73.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 134 57 1 0 0.57 0.99 0.47 25.26 0.99 0.26
Hex 86 39 1 0 39 63 2F 19 63 1A
Octal 206 71 1 0 71 143 57 31 143 32
Binary 10000110 111001 1 0 111001 1100011 101111 11001 1100011 11010

Color Harmonies of #863901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863901

Black with #863901

Text Example


Text Example

White with #863901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863901; }

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

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

background-color css

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

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

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

border-color css

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

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

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