Html Css Color HEX #86330E Saddle Brown

📋 copy color: '#86330E'

red 134 ◦ green 51 ◦ blue 14

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

Shades of Saddle Brown #86330E

Tints of Saddle Brown #86330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 67.34%
G = 25.63%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86330E (or 0x86330E) is known color: Saddle Brown. HEX triplet: 86, 33 and 0E. RGB value is (134,51,14). Sum of RGB (Red+Green+Blue) = 134+51+14=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86330E is #79CCF1. Grayscale: #474747. Windows color (decimal): -7982322 or 930694. OLE color: 930694.

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

Color convert

RGB 134 51 14 -
CMYK 0 0.62 0.90 0.47
HSL 18.5º 0.81% 0.29% -
HSV(B) 18.5º 0.9% 0.53% -
XYZ 11.09 7.47 1.27 -
YUV 71.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 134 51 14 0 0.62 0.90 0.47 18.5 0.81 0.29
Hex 86 33 E 0 3E 5A 2F 12 51 1D
Octal 206 63 16 0 76 132 57 22 121 35
Binary 10000110 110011 1110 0 111110 1011010 101111 10010 1010001 11101

Color Harmonies of #86330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86330E

Black with #86330E

Text Example


Text Example

White with #86330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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