#824501

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

Shades of Saddle Brown #824501

Tints of Saddle Brown #824501

Color information

#824501 (or 0x824501) is unknown color: approx Saddle Brown. HEX triplet: 82, 45 and 01. RGB value is (130,69,1). Sum of RGB (Red+Green+Blue) = 130+69+1=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #824501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824501 is #7DBAFE. Grayscale: #4F4F4F. Windows color (decimal): -8239871 or 83330. OLE color: 83330.

HSL color Cylindrical-coordinate representation of color #824501: hue angle of 31.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #824501 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130691-
CMYK00.470.990.49
HSL31.63º98.47%25.69%-
HSV(B)31.63º99.23%50.98%-
XYZ11.3491.17-
YUV79.4983.71164.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 1 (0.78% from 255) = 0.5%
R=65%
G=34.5%
B=0.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13069100.470.990.4931.6398.4725.69
Hex8245102F633120621a
Octal2021051057143614014232
Binary100000101000101101011111100011110001100000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824501; }

 p { color: rgb(130,69,1); }

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

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

 a { background-color: rgb(130,69,1); }

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

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

 span { border-color: rgb(130,69,1); }

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