Html Css Color HEX #421413 Seal Brown

📋 copy color: '#421413'

red 66 ◦ green 20 ◦ blue 19

#421413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #421413

Tints of Seal Brown #421413

RGB

 RED value IS 66 (26.17% from 255) = 62.86%

 GREEN value IS 20 (8.2% from 255) = 19.05%

 BLUE value IS 19 (7.81% from 255) = 18.1%

R = 62.86%
G = 19.05%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#421413 (or 0x421413) is known color: Seal Brown. HEX triplet: 42, 14 and 13. RGB value is (66,20,19). Sum of RGB (Red+Green+Blue) = 66+20+19=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421413 is #BDEBEC. Grayscale: #212121. Windows color (decimal): -12446701 or 1250370. OLE color: 1250370.

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

Color convert

RGB 66 20 19 -
CMYK 0 0.70 0.71 0.74
HSL 1.28º 0.55% 0.17% -
HSV(B) 1.28º 0.71% 0.26% -
XYZ 2.61 1.71 0.81 -
YUV 33.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 66 20 19 0 0.70 0.71 0.74 1.28 0.55 0.17
Hex 42 14 13 0 46 47 4A 1 37 11
Octal 102 24 23 0 106 107 112 1 67 21
Binary 1000010 10100 10011 0 1000110 1000111 1001010 1 110111 10001

Color Harmonies of #421413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421413

Black with #421413

Text Example


Text Example

White with #421413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421413; }

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

 H1.HeaderClassName
 {
   color: #421413;
 }
 .AnyTagClassName
 {
   color: #421413;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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