Html Css Color HEX #421512 Seal Brown

📋 copy color: '#421512'

red 66 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #421512

Tints of Seal Brown #421512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20%

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 62.86%
G = 20%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#421512 (or 0x421512) is known color: Seal Brown. HEX triplet: 42, 15 and 12. RGB value is (66,21,18). Sum of RGB (Red+Green+Blue) = 66+21+18=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421512 is #BDEAED. Grayscale: #222222. Windows color (decimal): -12446446 or 1185090. OLE color: 1185090.

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

Color convert

RGB 66 21 18 -
CMYK 0 0.68 0.73 0.74
HSL 3.75º 0.57% 0.16% -
HSV(B) 3.75º 0.73% 0.26% -
XYZ 2.62 1.74 0.77 -
YUV 34.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 66 21 18 0 0.68 0.73 0.74 3.75 0.57 0.16
Hex 42 15 12 0 44 49 4A 4 39 10
Octal 102 25 22 0 104 111 112 4 71 20
Binary 1000010 10101 10010 0 1000100 1001001 1001010 100 111001 10000

Color Harmonies of #421512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421512

Black with #421512

Text Example


Text Example

White with #421512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421512; }

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

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

background-color css

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

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

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

border-color css

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

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

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