#32150B

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

Shades of Seal Brown #32150B

Tints of Seal Brown #32150B

Color information

#32150B (or 0x32150B) is unknown color: approx Seal Brown. HEX triplet: 32, 15 and 0B. RGB value is (50,21,11). Sum of RGB (Red+Green+Blue) = 50+21+11=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #32150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32150B is #CDEAF4. Grayscale: #1C1C1C. Windows color (decimal): -13495029 or 726322. OLE color: 726322.

HSL color Cylindrical-coordinate representation of color #32150B: hue angle of 15.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32150B is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB502111-
CMYK00.580.780.80
HSL15.38º63.93%11.96%-
HSV(B)15.38º78%19.61%-
XYZ1.641.240.47-
YUV28.53118.11143.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.98%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=60.98%
G=25.61%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50211100.580.780.8015.3863.9311.96
Hex3215B03A4E50f40c
Octal6225130721161201710014
Binary110010101011011011101010011101010000111110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,21,11); }

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

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

 a { background-color: rgb(50,21,11); }

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

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

 span { border-color: rgb(50,21,11); }

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