Html Css Color HEX #863D18 Saddle Brown

📋 copy color: '#863D18'

red 134 ◦ green 61 ◦ blue 24

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

Shades of Saddle Brown #863D18

Tints of Saddle Brown #863D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 61.19%
G = 27.85%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#863D18 (or 0x863D18) is known color: Saddle Brown. HEX triplet: 86, 3D and 18. RGB value is (134,61,24). Sum of RGB (Red+Green+Blue) = 134+61+24=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #863D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863D18 is #79C2E7. Grayscale: #4E4E4E. Windows color (decimal): -7979752 or 1588614. OLE color: 1588614.

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

Color convert

RGB 134 61 24 -
CMYK 0 0.54 0.82 0.47
HSL 20.18º 0.7% 0.31% -
HSV(B) 20.18º 0.82% 0.53% -
XYZ 11.67 8.47 1.88 -
YUV 78.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 134 61 24 0 0.54 0.82 0.47 20.18 0.7 0.31
Hex 86 3D 18 0 36 52 2F 14 46 1F
Octal 206 75 30 0 66 122 57 24 106 37
Binary 10000110 111101 11000 0 110110 1010010 101111 10100 1000110 11111

Color Harmonies of #863D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D18

Black with #863D18

Text Example


Text Example

White with #863D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,61,24); }

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

background-color css

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

 a { background-color: rgb(134,61,24); }

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

border-color css

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

 span { border-color: rgb(134,61,24); }

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