#84380D

Color #84380D Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #84380D

Tints of Saddle Brown #84380D

Color information

#84380D (or 0x84380D) is unknown color: approx Saddle Brown. HEX triplet: 84, 38 and 0D. RGB value is (132,56,13). Sum of RGB (Red+Green+Blue) = 132+56+13=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #84380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84380D is #7BC7F2. Grayscale: #4A4A4A. Windows color (decimal): -8112115 or 866436. OLE color: 866436.

HSL color Cylindrical-coordinate representation of color #84380D: hue angle of 21.68º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84380D is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1325613-
CMYK00.580.900.48
HSL21.68º82.07%28.43%-
HSV(B)21.68º90.15%51.76%-
XYZ117.761.3-
YUV73.8293.68169.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.67%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=65.67%
G=27.86%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132561300.580.900.4821.6882.0728.43
Hex8438D03A5A3016521c
Octal2047015072132602612234
Binary1000010011100011010111010101101011000010110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84380D; }

 p { color: rgb(132,56,13); }

 H1.HeaderClassName
 {
   color: #84380D;
 }
 .AnyTagClassName
 {
   color: #84380D;
 }
</style>
background-color css

<style>
 a { background-color: #84380D; }

 a { background-color: rgb(132,56,13); }

 div.DivClassName
 {
   background-color: #84380D;
 }
 .BgClassName
 {
   background-color: #84380D;
 }
</style>
border-color css

<style>
 span { border-color: #84380D; }

 span { border-color: rgb(132,56,13); }

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