Html Css Color HEX #86340C Saddle Brown

📋 copy color: '#86340C'

red 134 ◦ green 52 ◦ blue 12

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

Shades of Saddle Brown #86340C

Tints of Saddle Brown #86340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

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

R = 67.68%
G = 26.26%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86340C (or 0x86340C) is known color: Saddle Brown. HEX triplet: 86, 34 and 0C. RGB value is (134,52,12). Sum of RGB (Red+Green+Blue) = 134+52+12=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86340C is #79CBF3. Grayscale: #484848. Windows color (decimal): -7982068 or 799878. OLE color: 799878.

HSL color Cylindrical-coordinate representation of color #86340C: hue angle of 19.67º 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 #86340C is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 52 12 -
CMYK 0 0.61 0.91 0.47
HSL 19.67º 0.84% 0.29% -
HSV(B) 19.67º 0.91% 0.53% -
XYZ 11.13 7.55 1.22 -
YUV 71.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 134 52 12 0 0.61 0.91 0.47 19.67 0.84 0.29
Hex 86 34 C 0 3D 5B 2F 14 54 1D
Octal 206 64 14 0 75 133 57 24 124 35
Binary 10000110 110100 1100 0 111101 1011011 101111 10100 1010100 11101

Color Harmonies of #86340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86340C

Black with #86340C

Text Example


Text Example

White with #86340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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