Html Css Color HEX #421C1B Seal Brown

📋 copy color: '#421C1B'

red 66 ◦ green 28 ◦ blue 27

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

Shades of Seal Brown #421C1B

Tints of Seal Brown #421C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 54.55%
G = 23.14%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#421C1B (or 0x421C1B) is known color: Seal Brown. HEX triplet: 42, 1C and 1B. RGB value is (66,28,27). Sum of RGB (Red+Green+Blue) = 66+28+27=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C1B is #BDE3E4. Grayscale: #272727. Windows color (decimal): -12444645 or 1776706. OLE color: 1776706.

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

Color convert

RGB 66 28 27 -
CMYK 0 0.58 0.59 0.74
HSL 1.54º 0.42% 0.18% -
HSV(B) 1.54º 0.59% 0.26% -
XYZ 2.86 2.07 1.29 -
YUV 39.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 66 28 27 0 0.58 0.59 0.74 1.54 0.42 0.18
Hex 42 1C 1B 0 3A 3B 4A 2 2A 12
Octal 102 34 33 0 72 73 112 2 52 22
Binary 1000010 11100 11011 0 111010 111011 1001010 10 101010 10010

Color Harmonies of #421C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C1B

Black with #421C1B

Text Example


Text Example

White with #421C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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