Html Css Color HEX #421B1A Seal Brown

📋 copy color: '#421B1A'

red 66 ◦ green 27 ◦ blue 26

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

Shades of Seal Brown #421B1A

Tints of Seal Brown #421B1A

RGB

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

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

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

R = 55.46%
G = 22.69%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#421B1A (or 0x421B1A) is known color: Seal Brown. HEX triplet: 42, 1B and 1A. RGB value is (66,27,26). Sum of RGB (Red+Green+Blue) = 66+27+26=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #421B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B1A is #BDE4E5. Grayscale: #262626. Windows color (decimal): -12444902 or 1710914. OLE color: 1710914.

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

Color convert

RGB 66 27 26 -
CMYK 0 0.59 0.61 0.74
HSL 1.5º 0.43% 0.18% -
HSV(B) 1.5º 0.61% 0.26% -
XYZ 2.83 2.02 1.22 -
YUV 38.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 66 27 26 0 0.59 0.61 0.74 1.5 0.43 0.18
Hex 42 1B 1A 0 3B 3D 4A 2 2B 12
Octal 102 33 32 0 73 75 112 2 53 22
Binary 1000010 11011 11010 0 111011 111101 1001010 10 101011 10010

Color Harmonies of #421B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B1A

Black with #421B1A

Text Example


Text Example

White with #421B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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