#32140D

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

Shades of Seal Brown #32140D

Tints of Seal Brown #32140D

Color information

#32140D (or 0x32140D) is unknown color: approx Seal Brown. HEX triplet: 32, 14 and 0D. RGB value is (50,20,13). Sum of RGB (Red+Green+Blue) = 50+20+13=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #32140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32140D is #CDEBF2. Grayscale: #1C1C1C. Windows color (decimal): -13495283 or 857138. OLE color: 857138.

HSL color Cylindrical-coordinate representation of color #32140D: hue angle of 11.35º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32140D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB502013-
CMYK00.600.740.80
HSL11.35º58.73%12.35%-
HSV(B)11.35º74%19.61%-
XYZ1.641.210.53-
YUV28.17119.44143.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.24%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=60.24%
G=24.10%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50201300.600.740.8011.3558.7312.35
Hex3214D03C4A50b3bc
Octal622415074112120137314
Binary11001010100110101111001001010101000010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32140D; }

 p { color: rgb(50,20,13); }

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

<style>
 a { background-color: #32140D; }

 a { background-color: rgb(50,20,13); }

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

<style>
 span { border-color: #32140D; }

 span { border-color: rgb(50,20,13); }

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