Html Css Color HEX #421312 Seal Brown

📋 copy color: '#421312'

red 66 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #421312

Tints of Seal Brown #421312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

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

R = 64.08%
G = 18.45%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#421312 (or 0x421312) is known color: Seal Brown. HEX triplet: 42, 13 and 12. RGB value is (66,19,18). Sum of RGB (Red+Green+Blue) = 66+19+18=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #421312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421312 is #BDECED. Grayscale: #202020. Windows color (decimal): -12446958 or 1184578. OLE color: 1184578.

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

Color convert

RGB 66 19 18 -
CMYK 0 0.71 0.73 0.74
HSL 1.25º 0.57% 0.16% -
HSV(B) 1.25º 0.73% 0.26% -
XYZ 2.59 1.67 0.76 -
YUV 32.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 66 19 18 0 0.71 0.73 0.74 1.25 0.57 0.16
Hex 42 13 12 0 47 49 4A 1 39 10
Octal 102 23 22 0 107 111 112 1 71 20
Binary 1000010 10011 10010 0 1000111 1001001 1001010 1 111001 10000

Color Harmonies of #421312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421312

Black with #421312

Text Example


Text Example

White with #421312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421312; }

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

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

background-color css

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

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

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

border-color css

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

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

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