Html Css Color HEX #86310C Saddle Brown

📋 copy color: '#86310C'

red 134 ◦ green 49 ◦ blue 12

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

Shades of Saddle Brown #86310C

Tints of Saddle Brown #86310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.13%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 68.72%
G = 25.13%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86310C (or 0x86310C) is known color: Saddle Brown. HEX triplet: 86, 31 and 0C. RGB value is (134,49,12). Sum of RGB (Red+Green+Blue) = 134+49+12=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86310C is #79CEF3. Grayscale: #464646. Windows color (decimal): -7982836 or 799110. OLE color: 799110.

HSL color Cylindrical-coordinate representation of color #86310C: hue angle of 18.2º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86310C is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 12 -
CMYK 0 0.63 0.91 0.47
HSL 18.2º 0.84% 0.29% -
HSV(B) 18.2º 0.91% 0.53% -
XYZ 11 7.29 1.18 -
YUV 70.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 134 49 12 0 0.63 0.91 0.47 18.2 0.84 0.29
Hex 86 31 C 0 3F 5B 2F 12 54 1D
Octal 206 61 14 0 77 133 57 22 124 35
Binary 10000110 110001 1100 0 111111 1011011 101111 10010 1010100 11101

Color Harmonies of #86310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86310C

Black with #86310C

Text Example


Text Example

White with #86310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86310C; }

 p { color: rgb(134,49,12); }

 H1.HeaderClassName
 {
   color: #86310C;
 }
 .AnyTagClassName
 {
   color: #86310C;
 }
</style>

background-color css

<style>
 a { background-color: #86310C; }

 a { background-color: rgb(134,49,12); }

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

border-color css

<style>
 span { border-color: #86310C; }

 span { border-color: rgb(134,49,12); }

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