#32170F

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

Shades of Seal Brown #32170F

Tints of Seal Brown #32170F

Color information

#32170F (or 0x32170F) is unknown color: approx Seal Brown. HEX triplet: 32, 17 and 0F. RGB value is (50,23,15). Sum of RGB (Red+Green+Blue) = 50+23+15=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #32170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32170F is #CDE8F0. Grayscale: #1E1E1E. Windows color (decimal): -13494513 or 988978. OLE color: 988978.

HSL color Cylindrical-coordinate representation of color #32170F: hue angle of 13.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32170F is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB502315-
CMYK00.540.700.80
HSL13.71º53.85%12.75%-
HSV(B)13.71º70%19.61%-
XYZ1.711.330.62-
YUV30.16119.45142.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=56.82%
G=26.14%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50231500.540.700.8013.7153.8512.75
Hex3217F0364650e36d
Octal622717066106120166615
Binary11001010111111101101101000110101000011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32170F; }

 p { color: rgb(50,23,15); }

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

<style>
 a { background-color: #32170F; }

 a { background-color: rgb(50,23,15); }

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

<style>
 span { border-color: #32170F; }

 span { border-color: rgb(50,23,15); }

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