Html Css Color HEX #86370C Saddle Brown

📋 copy color: '#86370C'

red 134 ◦ green 55 ◦ blue 12

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

Shades of Saddle Brown #86370C

Tints of Saddle Brown #86370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

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

R = 66.67%
G = 27.36%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86370C (or 0x86370C) is known color: Saddle Brown. HEX triplet: 86, 37 and 0C. RGB value is (134,55,12). Sum of RGB (Red+Green+Blue) = 134+55+12=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86370C is #79C8F3. Grayscale: #494949. Windows color (decimal): -7981300 or 800646. OLE color: 800646.

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

Color convert

RGB 134 55 12 -
CMYK 0 0.59 0.91 0.47
HSL 21.15º 0.84% 0.29% -
HSV(B) 21.15º 0.91% 0.53% -
XYZ 11.26 7.83 1.26 -
YUV 73.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 134 55 12 0 0.59 0.91 0.47 21.15 0.84 0.29
Hex 86 37 C 0 3B 5B 2F 15 54 1D
Octal 206 67 14 0 73 133 57 25 124 35
Binary 10000110 110111 1100 0 111011 1011011 101111 10101 1010100 11101

Color Harmonies of #86370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86370C

Black with #86370C

Text Example


Text Example

White with #86370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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