#84330A

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

Shades of Saddle Brown #84330A

Tints of Saddle Brown #84330A

Color information

#84330A (or 0x84330A) is unknown color: approx Saddle Brown. HEX triplet: 84, 33 and 0A. RGB value is (132,51,10). Sum of RGB (Red+Green+Blue) = 132+51+10=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #84330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84330A is #7BCCF5. Grayscale: #464646. Windows color (decimal): -8113398 or 668548. OLE color: 668548.

HSL color Cylindrical-coordinate representation of color #84330A: hue angle of 20.16º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84330A is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1325110-
CMYK00.610.920.48
HSL20.16º85.92%27.84%-
HSV(B)20.16º92.42%51.76%-
XYZ10.757.31.13-
YUV70.5493.84171.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.39%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 10 (4.30% from 255) = 5.18%
R=68.39%
G=26.42%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132511000.610.920.4820.1685.9227.84
Hex8433A03D5C3014561c
Octal2046312075134602412634
Binary1000010011001110100111101101110011000010100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84330A; }

 p { color: rgb(132,51,10); }

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

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

 a { background-color: rgb(132,51,10); }

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

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

 span { border-color: rgb(132,51,10); }

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