Html Css Color HEX #421714 Seal Brown

📋 copy color: '#421714'

red 66 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #421714

Tints of Seal Brown #421714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.1%

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 60.55%
G = 21.1%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#421714 (or 0x421714) is known color: Seal Brown. HEX triplet: 42, 17 and 14. RGB value is (66,23,20). Sum of RGB (Red+Green+Blue) = 66+23+20=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421714 is #BDE8EB. Grayscale: #232323. Windows color (decimal): -12445932 or 1316674. OLE color: 1316674.

HSL color Cylindrical-coordinate representation of color #421714: hue angle of 3.91º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421714 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 20 -
CMYK 0 0.65 0.70 0.74
HSL 3.91º 0.53% 0.17% -
HSV(B) 3.91º 0.7% 0.26% -
XYZ 2.68 1.82 0.87 -
YUV 35.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 66 23 20 0 0.65 0.70 0.74 3.91 0.53 0.17
Hex 42 17 14 0 41 46 4A 4 35 11
Octal 102 27 24 0 101 106 112 4 65 21
Binary 1000010 10111 10100 0 1000001 1000110 1001010 100 110101 10001

Color Harmonies of #421714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421714

Black with #421714

Text Example


Text Example

White with #421714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421714; }

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

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

background-color css

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

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

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

border-color css

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

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

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