Html Css Color HEX #421816 Seal Brown

📋 copy color: '#421816'

red 66 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #421816

Tints of Seal Brown #421816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.64%

R = 58.93%
G = 21.43%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#421816 (or 0x421816) is known color: Seal Brown. HEX triplet: 42, 18 and 16. RGB value is (66,24,22). Sum of RGB (Red+Green+Blue) = 66+24+22=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421816 is #BDE7E9. Grayscale: #242424. Windows color (decimal): -12445674 or 1448002. OLE color: 1448002.

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

Color convert

RGB 66 24 22 -
CMYK 0 0.64 0.67 0.74
HSL 2.73º 0.5% 0.17% -
HSV(B) 2.73º 0.67% 0.26% -
XYZ 2.72 1.87 0.98 -
YUV 36.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 66 24 22 0 0.64 0.67 0.74 2.73 0.5 0.17
Hex 42 18 16 0 40 43 4A 3 32 11
Octal 102 30 26 0 100 103 112 3 62 21
Binary 1000010 11000 10110 0 1000000 1000011 1001010 11 110010 10001

Color Harmonies of #421816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421816

Black with #421816

Text Example


Text Example

White with #421816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421816; }

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

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

background-color css

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

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

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

border-color css

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

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

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