Html Css Color HEX #863C18 Saddle Brown

📋 copy color: '#863C18'

red 134 ◦ green 60 ◦ blue 24

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

Shades of Saddle Brown #863C18

Tints of Saddle Brown #863C18

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.52%

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

R = 61.47%
G = 27.52%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#863C18 (or 0x863C18) is known color: Saddle Brown. HEX triplet: 86, 3C and 18. RGB value is (134,60,24). Sum of RGB (Red+Green+Blue) = 134+60+24=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #863C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C18 is #79C3E7. Grayscale: #4E4E4E. Windows color (decimal): -7980008 or 1588358. OLE color: 1588358.

HSL color Cylindrical-coordinate representation of color #863C18: hue angle of 19.64º 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 #863C18 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 24 -
CMYK 0 0.55 0.82 0.47
HSL 19.64º 0.7% 0.31% -
HSV(B) 19.64º 0.82% 0.53% -
XYZ 11.61 8.37 1.87 -
YUV 78.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 134 60 24 0 0.55 0.82 0.47 19.64 0.7 0.31
Hex 86 3C 18 0 37 52 2F 14 46 1F
Octal 206 74 30 0 67 122 57 24 106 37
Binary 10000110 111100 11000 0 110111 1010010 101111 10100 1000110 11111

Color Harmonies of #863C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C18

Black with #863C18

Text Example


Text Example

White with #863C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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