Html Css Color HEX #863D0D Saddle Brown

📋 copy color: '#863D0D'

red 134 ◦ green 61 ◦ blue 13

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

Shades of Saddle Brown #863D0D

Tints of Saddle Brown #863D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 64.42%
G = 29.33%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#863D0D (or 0x863D0D) is known color: Saddle Brown. HEX triplet: 86, 3D and 0D. RGB value is (134,61,13). Sum of RGB (Red+Green+Blue) = 134+61+13=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #863D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863D0D is #79C2F2. Grayscale: #4D4D4D. Windows color (decimal): -7979763 or 867718. OLE color: 867718.

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

Color convert

RGB 134 61 13 -
CMYK 0 0.54 0.90 0.47
HSL 23.8º 0.82% 0.29% -
HSV(B) 23.8º 0.9% 0.53% -
XYZ 11.57 8.43 1.4 -
YUV 77.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 134 61 13 0 0.54 0.90 0.47 23.8 0.82 0.29
Hex 86 3D D 0 36 5A 2F 18 52 1D
Octal 206 75 15 0 66 132 57 30 122 35
Binary 10000110 111101 1101 0 110110 1011010 101111 11000 1010010 11101

Color Harmonies of #863D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D0D

Black with #863D0D

Text Example


Text Example

White with #863D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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