#824100

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

Shades of Saddle Brown #824100

Tints of Saddle Brown #824100

Color information

#824100 (or 0x824100) is unknown color: approx Saddle Brown. HEX triplet: 82, 41 and 00. RGB value is (130,65,0). Sum of RGB (Red+Green+Blue) = 130+65+0=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #824100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824100 is #7DBEFF. Grayscale: #4D4D4D. Windows color (decimal): -8240896 or 16770. OLE color: 16770.

HSL color Cylindrical-coordinate representation of color #824100: hue angle of 30º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #824100 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130650-
CMYK00.5010.49
HSL30º100%25.49%-
HSV(B)30º100%50.98%-
XYZ11.18.531.06-
YUV77.0384.53165.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13065000.5010.493010025.49
Hex8241003264311e6419
Octal2021010062144613614431
Binary10000010100000100110010110010011000111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824100; }

 p { color: rgb(130,65,0); }

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

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

 a { background-color: rgb(130,65,0); }

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

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

 span { border-color: rgb(130,65,0); }

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