Html Css Color HEX #421B19 Seal Brown

📋 copy color: '#421B19'

red 66 ◦ green 27 ◦ blue 25

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

Shades of Seal Brown #421B19

Tints of Seal Brown #421B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.88%

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

R = 55.93%
G = 22.88%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421B19 (or 0x421B19) is known color: Seal Brown. HEX triplet: 42, 1B and 19. RGB value is (66,27,25). Sum of RGB (Red+Green+Blue) = 66+27+25=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #421B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B19 is #BDE4E6. Grayscale: #262626. Windows color (decimal): -12444903 or 1645378. OLE color: 1645378.

HSL color Cylindrical-coordinate representation of color #421B19: hue angle of 2.93º 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 #421B19 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 27 25 -
CMYK 0 0.59 0.62 0.74
HSL 2.93º 0.45% 0.18% -
HSV(B) 2.93º 0.62% 0.26% -
XYZ 2.81 2.01 1.16 -
YUV 38.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 66 27 25 0 0.59 0.62 0.74 2.93 0.45 0.18
Hex 42 1B 19 0 3B 3E 4A 3 2D 12
Octal 102 33 31 0 73 76 112 3 55 22
Binary 1000010 11011 11001 0 111011 111110 1001010 11 101101 10010

Color Harmonies of #421B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B19

Black with #421B19

Text Example


Text Example

White with #421B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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