#82430B

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

Shades of Saddle Brown #82430B

Tints of Saddle Brown #82430B

Color information

#82430B (or 0x82430B) is unknown color: approx Saddle Brown. HEX triplet: 82, 43 and 0B. RGB value is (130,67,11). Sum of RGB (Red+Green+Blue) = 130+67+11=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82430B is #7DBCF4. Grayscale: #4F4F4F. Windows color (decimal): -8240373 or 738178. OLE color: 738178.

HSL color Cylindrical-coordinate representation of color #82430B: hue angle of 28.24º 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 #82430B is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1306711-
CMYK00.480.920.49
HSL28.24º84.4%27.65%-
HSV(B)28.24º91.54%50.98%-
XYZ11.278.781.42-
YUV79.4589.37164.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=62.5%
G=32.21%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130671100.480.920.4928.2484.427.65
Hex8243B0305C311c541c
Octal20210313060134613412434
Binary10000010100001110110110000101110011000111100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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