Html Css Color HEX #863A14 Saddle Brown

📋 copy color: '#863A14'

red 134 ◦ green 58 ◦ blue 20

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

Shades of Saddle Brown #863A14

Tints of Saddle Brown #863A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 63.21%
G = 27.36%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#863A14 (or 0x863A14) is known color: Saddle Brown. HEX triplet: 86, 3A and 14. RGB value is (134,58,20). Sum of RGB (Red+Green+Blue) = 134+58+20=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #863A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A14 is #79C5EB. Grayscale: #4C4C4C. Windows color (decimal): -7980524 or 1325702. OLE color: 1325702.

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

Color convert

RGB 134 58 20 -
CMYK 0 0.57 0.85 0.47
HSL 20º 0.74% 0.3% -
HSV(B) 20º 0.85% 0.53% -
XYZ 11.47 8.14 1.63 -
YUV 76.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 134 58 20 0 0.57 0.85 0.47 20 0.74 0.3
Hex 86 3A 14 0 39 55 2F 14 4A 1E
Octal 206 72 24 0 71 125 57 24 112 36
Binary 10000110 111010 10100 0 111001 1010101 101111 10100 1001010 11110

Color Harmonies of #863A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A14

Black with #863A14

Text Example


Text Example

White with #863A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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