Html Css Color HEX #86360C Saddle Brown

📋 copy color: '#86360C'

red 134 ◦ green 54 ◦ blue 12

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

Shades of Saddle Brown #86360C

Tints of Saddle Brown #86360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 67%
G = 27%
B = 6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86360C (or 0x86360C) is known color: Saddle Brown. HEX triplet: 86, 36 and 0C. RGB value is (134,54,12). Sum of RGB (Red+Green+Blue) = 134+54+12=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86360C is #79C9F3. Grayscale: #494949. Windows color (decimal): -7981556 or 800390. OLE color: 800390.

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

Color convert

RGB 134 54 12 -
CMYK 0 0.60 0.91 0.47
HSL 20.66º 0.84% 0.29% -
HSV(B) 20.66º 0.91% 0.53% -
XYZ 11.22 7.73 1.25 -
YUV 73.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 134 54 12 0 0.60 0.91 0.47 20.66 0.84 0.29
Hex 86 36 C 0 3C 5B 2F 15 54 1D
Octal 206 66 14 0 74 133 57 25 124 35
Binary 10000110 110110 1100 0 111100 1011011 101111 10101 1010100 11101

Color Harmonies of #86360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86360C

Black with #86360C

Text Example


Text Example

White with #86360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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