#843300

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

Shades of Saddle Brown #843300

Tints of Saddle Brown #843300

Color information

#843300 (or 0x843300) is unknown color: approx Saddle Brown. HEX triplet: 84, 33 and 00. RGB value is (132,51,0). Sum of RGB (Red+Green+Blue) = 132+51+0=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #843300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843300 is #7BCCFF. Grayscale: #454545. Windows color (decimal): -8113408 or 13188. OLE color: 13188.

HSL color Cylindrical-coordinate representation of color #843300: hue angle of 23.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #843300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132510-
CMYK00.6110.48
HSL23.18º100%25.88%-
HSV(B)23.18º100%51.76%-
XYZ10.77.270.84-
YUV69.488.84172.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.13%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.13%
G=27.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13251000.6110.4823.1810025.88
Hex8433003D643017641a
Octal204630075144602714432
Binary1000010011001100111101110010011000010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843300; }

 p { color: rgb(132,51,0); }

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

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

 a { background-color: rgb(132,51,0); }

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

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

 span { border-color: rgb(132,51,0); }

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