#421308

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

Shades of Seal Brown #421308

Tints of Seal Brown #421308

Color information

#421308 (or 0x421308) is unknown color: approx Seal Brown. HEX triplet: 42, 13 and 08. RGB value is (66,19,8). Sum of RGB (Red+Green+Blue) = 66+19+8=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421308 is #BDECF7. Grayscale: #1F1F1F. Windows color (decimal): -12446968 or 529218. OLE color: 529218.

HSL color Cylindrical-coordinate representation of color #421308: hue angle of 11.38º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421308 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB66198-
CMYK00.710.880.74
HSL11.38º78.38%14.51%-
HSV(B)11.38º87.88%25.88%-
XYZ2.521.640.41-
YUV31.8114.57152.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.97%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=70.97%
G=20.43%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6619800.710.880.7411.3878.3814.51
Hex42138047584Ab4ef
Octal102231001071301121311617
Binary10000101001110000100011110110001001010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421308; }

 p { color: rgb(66,19,8); }

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

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

 a { background-color: rgb(66,19,8); }

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

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

 span { border-color: rgb(66,19,8); }

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