Html Css Color HEX #421815 Seal Brown

📋 copy color: '#421815'

red 66 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #421815

Tints of Seal Brown #421815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.62%

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 59.46%
G = 21.62%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#421815 (or 0x421815) is known color: Seal Brown. HEX triplet: 42, 18 and 15. RGB value is (66,24,21). Sum of RGB (Red+Green+Blue) = 66+24+21=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421815 is #BDE7EA. Grayscale: #242424. Windows color (decimal): -12445675 or 1382466. OLE color: 1382466.

HSL color Cylindrical-coordinate representation of color #421815: hue angle of 4º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421815 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 24 21 -
CMYK 0 0.64 0.68 0.74
HSL 0.52% 0.17% -
HSV(B) 0.68% 0.26% -
XYZ 2.71 1.87 0.93 -
YUV 36.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 66 24 21 0 0.64 0.68 0.74 4 0.52 0.17
Hex 42 18 15 0 40 44 4A 4 34 11
Octal 102 30 25 0 100 104 112 4 64 21
Binary 1000010 11000 10101 0 1000000 1000100 1001010 100 110100 10001

Color Harmonies of #421815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421815

Black with #421815

Text Example


Text Example

White with #421815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421815; }

 p { color: rgb(66,24,21); }

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

background-color css

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

 a { background-color: rgb(66,24,21); }

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

border-color css

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

 span { border-color: rgb(66,24,21); }

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