Html Css Color HEX #863000 Saddle Brown

📋 copy color: '#863000'

red 134 ◦ green 48 ◦ blue 0

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

Shades of Saddle Brown #863000

Tints of Saddle Brown #863000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.63%
G = 26.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#863000 (or 0x863000) is known color: Saddle Brown. HEX triplet: 86, 30 and 00. RGB value is (134,48,0). Sum of RGB (Red+Green+Blue) = 134+48+0=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #863000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863000 is #79CFFF. Grayscale: #444444. Windows color (decimal): -7983104 or 12422. OLE color: 12422.

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

Color convert

RGB 134 48 0 -
CMYK 0 0.64 1 0.47
HSL 21.49º 1% 0.26% -
HSV(B) 21.49º 1% 0.53% -
XYZ 10.89 7.18 0.81 -
YUV 68.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 134 48 0 0 0.64 1 0.47 21.49 1 0.26
Hex 86 30 0 0 40 64 2F 15 64 1A
Octal 206 60 0 0 100 144 57 25 144 32
Binary 10000110 110000 0 0 1000000 1100100 101111 10101 1100100 11010

Color Harmonies of #863000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863000

Black with #863000

Text Example


Text Example

White with #863000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863000; }

 p { color: rgb(134,48,0); }

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

background-color css

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

 a { background-color: rgb(134,48,0); }

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

border-color css

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

 span { border-color: rgb(134,48,0); }

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