Html Css Color HEX #863A1A Saddle Brown

📋 copy color: '#863A1A'

red 134 ◦ green 58 ◦ blue 26

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

Shades of Saddle Brown #863A1A

Tints of Saddle Brown #863A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 61.47%
G = 26.61%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#863A1A (or 0x863A1A) is known color: Saddle Brown. HEX triplet: 86, 3A and 1A. RGB value is (134,58,26). Sum of RGB (Red+Green+Blue) = 134+58+26=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #863A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A1A is #79C5E5. Grayscale: #4D4D4D. Windows color (decimal): -7980518 or 1718918. OLE color: 1718918.

HSL color Cylindrical-coordinate representation of color #863A1A: hue angle of 17.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #863A1A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 26 -
CMYK 0 0.57 0.81 0.47
HSL 17.78º 0.68% 0.31% -
HSV(B) 17.78º 0.81% 0.53% -
XYZ 11.53 8.17 1.95 -
YUV 77.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 134 58 26 0 0.57 0.81 0.47 17.78 0.68 0.31
Hex 86 3A 1A 0 39 51 2F 12 44 1F
Octal 206 72 32 0 71 121 57 22 104 37
Binary 10000110 111010 11010 0 111001 1010001 101111 10010 1000100 11111

Color Harmonies of #863A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A1A

Black with #863A1A

Text Example


Text Example

White with #863A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A1A; }

 p { color: rgb(134,58,26); }

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

background-color css

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

 a { background-color: rgb(134,58,26); }

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

border-color css

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

 span { border-color: rgb(134,58,26); }

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