Html Css Color HEX #86380D Saddle Brown

📋 copy color: '#86380D'

red 134 ◦ green 56 ◦ blue 13

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

Shades of Saddle Brown #86380D

Tints of Saddle Brown #86380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

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

R = 66.01%
G = 27.59%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86380D (or 0x86380D) is known color: Saddle Brown. HEX triplet: 86, 38 and 0D. RGB value is (134,56,13). Sum of RGB (Red+Green+Blue) = 134+56+13=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #86380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86380D is #79C7F2. Grayscale: #4A4A4A. Windows color (decimal): -7981043 or 866438. OLE color: 866438.

HSL color Cylindrical-coordinate representation of color #86380D: hue angle of 21.32º 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 #86380D is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 13 -
CMYK 0 0.58 0.90 0.47
HSL 21.32º 0.82% 0.29% -
HSV(B) 21.32º 0.9% 0.53% -
XYZ 11.32 7.93 1.31 -
YUV 74.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 134 56 13 0 0.58 0.90 0.47 21.32 0.82 0.29
Hex 86 38 D 0 3A 5A 2F 15 52 1D
Octal 206 70 15 0 72 132 57 25 122 35
Binary 10000110 111000 1101 0 111010 1011010 101111 10101 1010010 11101

Color Harmonies of #86380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86380D

Black with #86380D

Text Example


Text Example

White with #86380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86380D; }

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

 H1.HeaderClassName
 {
   color: #86380D;
 }
 .AnyTagClassName
 {
   color: #86380D;
 }
</style>

background-color css

<style>
 a { background-color: #86380D; }

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

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

border-color css

<style>
 span { border-color: #86380D; }

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

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