#822C00

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

Shades of Saddle Brown #822C00

Tints of Saddle Brown #822C00

Color information

#822C00 (or 0x822C00) is unknown color: approx Saddle Brown. HEX triplet: 82, 2C and 00. RGB value is (130,44,0). Sum of RGB (Red+Green+Blue) = 130+44+0=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #822C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822C00 is #7DD3FF. Grayscale: #404040. Windows color (decimal): -8246272 or 11394. OLE color: 11394.

HSL color Cylindrical-coordinate representation of color #822C00: hue angle of 20.31º 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 #822C00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130440-
CMYK00.6610.49
HSL20.31º100%25.49%-
HSV(B)20.31º100%50.98%-
XYZ10.116.550.73-
YUV64.791.49174.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.71%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.71%
G=25.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13044000.6610.4920.3110025.49
Hex822C00426431146419
Octal2025400102144612414431
Binary10000010101100001000010110010011000110100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822C00; }

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

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

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

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

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

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

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

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