Html Css Color HEX #421205 Seal Brown

📋 copy color: '#421205'

red 66 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #421205

Tints of Seal Brown #421205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.22%

 BLUE value IS 5 (2.34% from 255) = 5.62%

R = 74.16%
G = 20.22%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#421205 (or 0x421205) is known color: Seal Brown. HEX triplet: 42, 12 and 05. RGB value is (66,18,5). Sum of RGB (Red+Green+Blue) = 66+18+5=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #421205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421205 is #BDEDFA. Grayscale: #1E1E1E. Windows color (decimal): -12447227 or 332354. OLE color: 332354.

HSL color Cylindrical-coordinate representation of color #421205: hue angle of 12.79º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #421205 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 5 -
CMYK 0 0.73 0.92 0.74
HSL 12.79º 0.86% 0.14% -
HSV(B) 12.79º 0.92% 0.26% -
XYZ 2.49 1.6 0.32 -
YUV 30.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 66 18 5 0 0.73 0.92 0.74 12.79 0.86 0.14
Hex 42 12 5 0 49 5C 4A D 56 E
Octal 102 22 5 0 111 134 112 15 126 16
Binary 1000010 10010 101 0 1001001 1011100 1001010 1101 1010110 1110

Color Harmonies of #421205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421205

Black with #421205

Text Example


Text Example

White with #421205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421205; }

 p { color: rgb(66,18,5); }

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

background-color css

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

 a { background-color: rgb(66,18,5); }

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

border-color css

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

 span { border-color: rgb(66,18,5); }

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