#84300C

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

Shades of Saddle Brown #84300C

Tints of Saddle Brown #84300C

Color information

#84300C (or 0x84300C) is unknown color: approx Saddle Brown. HEX triplet: 84, 30 and 0C. RGB value is (132,48,12). Sum of RGB (Red+Green+Blue) = 132+48+12=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #84300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84300C is #7BCFF3. Grayscale: #454545. Windows color (decimal): -8114164 or 798852. OLE color: 798852.

HSL color Cylindrical-coordinate representation of color #84300C: hue angle of 18º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84300C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1324812-
CMYK00.640.910.48
HSL18º83.33%28.24%-
HSV(B)18º90.91%51.76%-
XYZ10.647.051.15-
YUV69.0195.83172.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.75%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=68.75%
G=25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132481200.640.910.481883.3328.24
Hex8430C0405B3012531c
Octal20460140100133602212334
Binary10000100110000110001000000101101111000010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,48,12); }

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

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

 a { background-color: rgb(132,48,12); }

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

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

 span { border-color: rgb(132,48,12); }

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