Html Css Color HEX #86380E Saddle Brown

📋 copy color: '#86380E'

red 134 ◦ green 56 ◦ blue 14

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

Shades of Saddle Brown #86380E

Tints of Saddle Brown #86380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 65.69%
G = 27.45%
B = 6.86%

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

#86380E (or 0x86380E) is known color: Saddle Brown. HEX triplet: 86, 38 and 0E. RGB value is (134,56,14). Sum of RGB (Red+Green+Blue) = 134+56+14=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #86380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86380E is #79C7F1. Grayscale: #4A4A4A. Windows color (decimal): -7981042 or 931974. OLE color: 931974.

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

Color convert

RGB 134 56 14 -
CMYK 0 0.58 0.90 0.47
HSL 21º 0.81% 0.29% -
HSV(B) 21º 0.9% 0.53% -
XYZ 11.32 7.93 1.35 -
YUV 74.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 134 56 14 0 0.58 0.90 0.47 21 0.81 0.29
Hex 86 38 E 0 3A 5A 2F 15 51 1D
Octal 206 70 16 0 72 132 57 25 121 35
Binary 10000110 111000 1110 0 111010 1011010 101111 10101 1010001 11101

Color Harmonies of #86380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86380E

Black with #86380E

Text Example


Text Example

White with #86380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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