#42100D

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

Shades of Seal Brown #42100D

Tints of Seal Brown #42100D

Color information

#42100D (or 0x42100D) is unknown color: approx Seal Brown. HEX triplet: 42, 10 and 0D. RGB value is (66,16,13). Sum of RGB (Red+Green+Blue) = 66+16+13=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42100D is #BDEFF2. Grayscale: #1E1E1E. Windows color (decimal): -12447731 or 856130. OLE color: 856130.

HSL color Cylindrical-coordinate representation of color #42100D: hue angle of 3.4º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42100D is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB661613-
CMYK00.760.800.74
HSL3.4º67.09%15.49%-
HSV(B)3.4º80.3%25.88%-
XYZ2.51.560.55-
YUV30.61118.06153.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 69.47%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=69.47%
G=16.84%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66161300.760.800.743.467.0915.49
Hex4210D04C504A343f
Octal10220150114120112310317
Binary100001010000110101001100101000010010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,16,13); }

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

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

 a { background-color: rgb(66,16,13); }

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

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

 span { border-color: rgb(66,16,13); }

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