#843000

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

Shades of Saddle Brown #843000

Tints of Saddle Brown #843000

Color information

#843000 (or 0x843000) is unknown color: approx Saddle Brown. HEX triplet: 84, 30 and 00. RGB value is (132,48,0). Sum of RGB (Red+Green+Blue) = 132+48+0=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #843000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843000 is #7BCFFF. Grayscale: #434343. Windows color (decimal): -8114176 or 12420. OLE color: 12420.

HSL color Cylindrical-coordinate representation of color #843000: hue angle of 21.82º 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 #843000 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132480-
CMYK00.6410.48
HSL21.82º100%25.88%-
HSV(B)21.82º100%51.76%-
XYZ10.577.020.8-
YUV67.6489.83173.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.33%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.33%
G=26.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13248000.6410.4821.8210025.88
Hex84300040643016641a
Octal2046000100144602614432
Binary10000100110000001000000110010011000010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843000; }

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

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

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

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

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

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

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

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