Html Css Color HEX #421A19 Seal Brown

📋 copy color: '#421A19'

red 66 ◦ green 26 ◦ blue 25

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

Shades of Seal Brown #421A19

Tints of Seal Brown #421A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.22%

 BLUE value IS 25 (10.16% from 255) = 21.37%

R = 56.41%
G = 22.22%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421A19 (or 0x421A19) is known color: Seal Brown. HEX triplet: 42, 1A and 19. RGB value is (66,26,25). Sum of RGB (Red+Green+Blue) = 66+26+25=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #421A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A19 is #BDE5E6. Grayscale: #252525. Windows color (decimal): -12445159 or 1645122. OLE color: 1645122.

HSL color Cylindrical-coordinate representation of color #421A19: hue angle of 1.46º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421A19 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 26 25 -
CMYK 0 0.61 0.62 0.74
HSL 1.46º 0.45% 0.18% -
HSV(B) 1.46º 0.62% 0.26% -
XYZ 2.79 1.97 1.15 -
YUV 37.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 66 26 25 0 0.61 0.62 0.74 1.46 0.45 0.18
Hex 42 1A 19 0 3D 3E 4A 1 2D 12
Octal 102 32 31 0 75 76 112 1 55 22
Binary 1000010 11010 11001 0 111101 111110 1001010 1 101101 10010

Color Harmonies of #421A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A19

Black with #421A19

Text Example


Text Example

White with #421A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421A19; }

 p { color: rgb(66,26,25); }

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

background-color css

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

 a { background-color: rgb(66,26,25); }

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

border-color css

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

 span { border-color: rgb(66,26,25); }

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