Html Css Color HEX #421005 Seal Brown

📋 copy color: '#421005'

red 66 ◦ green 16 ◦ blue 5

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

Shades of Seal Brown #421005

Tints of Seal Brown #421005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.39%

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

R = 75.86%
G = 18.39%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#421005 (or 0x421005) is known color: Seal Brown. HEX triplet: 42, 10 and 05. RGB value is (66,16,5). Sum of RGB (Red+Green+Blue) = 66+16+5=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #421005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421005 is #BDEFFA. Grayscale: #1D1D1D. Windows color (decimal): -12447739 or 331842. OLE color: 331842.

HSL color Cylindrical-coordinate representation of color #421005: hue angle of 10.82º 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 #421005 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 16 5 -
CMYK 0 0.76 0.92 0.74
HSL 10.82º 0.86% 0.14% -
HSV(B) 10.82º 0.92% 0.26% -
XYZ 2.46 1.54 0.31 -
YUV 29.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 66 16 5 0 0.76 0.92 0.74 10.82 0.86 0.14
Hex 42 10 5 0 4C 5C 4A B 56 E
Octal 102 20 5 0 114 134 112 13 126 16
Binary 1000010 10000 101 0 1001100 1011100 1001010 1011 1010110 1110

Color Harmonies of #421005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421005

Black with #421005

Text Example


Text Example

White with #421005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421005; }

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

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

background-color css

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

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

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

border-color css

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

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

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