Html Css Color HEX #421410 Seal Brown

📋 copy color: '#421410'

red 66 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #421410

Tints of Seal Brown #421410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

 BLUE value IS 16 (6.64% from 255) = 15.69%

R = 64.71%
G = 19.61%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#421410 (or 0x421410) is known color: Seal Brown. HEX triplet: 42, 14 and 10. RGB value is (66,20,16). Sum of RGB (Red+Green+Blue) = 66+20+16=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #421410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421410 is #BDEBEF. Grayscale: #212121. Windows color (decimal): -12446704 or 1053762. OLE color: 1053762.

HSL color Cylindrical-coordinate representation of color #421410: hue angle of 4.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421410 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 20 16 -
CMYK 0 0.70 0.76 0.74
HSL 4.8º 0.61% 0.16% -
HSV(B) 4.8º 0.76% 0.26% -
XYZ 2.59 1.7 0.68 -
YUV 33.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 66 20 16 0 0.70 0.76 0.74 4.8 0.61 0.16
Hex 42 14 10 0 46 4C 4A 5 3D 10
Octal 102 24 20 0 106 114 112 5 75 20
Binary 1000010 10100 10000 0 1000110 1001100 1001010 101 111101 10000

Color Harmonies of #421410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421410

Black with #421410

Text Example


Text Example

White with #421410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421410; }

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

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

background-color css

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

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

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

border-color css

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

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

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