#82330B

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

Shades of Saddle Brown #82330B

Tints of Saddle Brown #82330B

Color information

#82330B (or 0x82330B) is unknown color: approx Saddle Brown. HEX triplet: 82, 33 and 0B. RGB value is (130,51,11). Sum of RGB (Red+Green+Blue) = 130+51+11=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82330B is #7DCCF4. Grayscale: #464646. Windows color (decimal): -8244469 or 734082. OLE color: 734082.

HSL color Cylindrical-coordinate representation of color #82330B: hue angle of 20.17º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82330B is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1305111-
CMYK00.610.920.49
HSL20.17º84.4%27.65%-
HSV(B)20.17º91.54%50.98%-
XYZ10.457.141.14-
YUV70.0694.67170.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.71%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 11 (4.69% from 255) = 5.73%
R=67.71%
G=26.56%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130511100.610.920.4920.1784.427.65
Hex8233B03D5C3114541c
Octal2026313075134612412434
Binary1000001011001110110111101101110011000110100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82330B; }

 p { color: rgb(130,51,11); }

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

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

 a { background-color: rgb(130,51,11); }

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

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

 span { border-color: rgb(130,51,11); }

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