Html Css Color HEX #421C1A Seal Brown

📋 copy color: '#421C1A'

red 66 ◦ green 28 ◦ blue 26

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

Shades of Seal Brown #421C1A

Tints of Seal Brown #421C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.33%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 55%
G = 23.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#421C1A (or 0x421C1A) is known color: Seal Brown. HEX triplet: 42, 1C and 1A. RGB value is (66,28,26). Sum of RGB (Red+Green+Blue) = 66+28+26=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #421C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C1A is #BDE3E5. Grayscale: #272727. Windows color (decimal): -12444646 or 1711170. OLE color: 1711170.

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

Color convert

RGB 66 28 26 -
CMYK 0 0.58 0.61 0.74
HSL 0.43% 0.18% -
HSV(B) 0.61% 0.26% -
XYZ 2.85 2.06 1.23 -
YUV 39.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 66 28 26 0 0.58 0.61 0.74 3 0.43 0.18
Hex 42 1C 1A 0 3A 3D 4A 3 2B 12
Octal 102 34 32 0 72 75 112 3 53 22
Binary 1000010 11100 11010 0 111010 111101 1001010 11 101011 10010

Color Harmonies of #421C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C1A

Black with #421C1A

Text Example


Text Example

White with #421C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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