Html Css Color HEX #421612 Seal Brown

📋 copy color: '#421612'

red 66 ◦ green 22 ◦ blue 18

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

Shades of Seal Brown #421612

Tints of Seal Brown #421612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.75%

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

R = 62.26%
G = 20.75%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#421612 (or 0x421612) is known color: Seal Brown. HEX triplet: 42, 16 and 12. RGB value is (66,22,18). Sum of RGB (Red+Green+Blue) = 66+22+18=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #421612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421612 is #BDE9ED. Grayscale: #222222. Windows color (decimal): -12446190 or 1185346. OLE color: 1185346.

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

Color convert

RGB 66 22 18 -
CMYK 0 0.67 0.73 0.74
HSL 0.57% 0.16% -
HSV(B) 0.73% 0.26% -
XYZ 2.64 1.78 0.78 -
YUV 34.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 66 22 18 0 0.67 0.73 0.74 5 0.57 0.16
Hex 42 16 12 0 43 49 4A 5 39 10
Octal 102 26 22 0 103 111 112 5 71 20
Binary 1000010 10110 10010 0 1000011 1001001 1001010 101 111001 10000

Color Harmonies of #421612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421612

Black with #421612

Text Example


Text Example

White with #421612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421612; }

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

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

background-color css

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

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

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

border-color css

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

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

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