Html Css Color HEX #401614 Seal Brown

📋 copy color: '#401614'

red 64 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #401614

Tints of Seal Brown #401614

RGB

 RED value IS 64 (25.39% from 255) = 60.38%

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

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

R = 60.38%
G = 20.75%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#401614 (or 0x401614) is known color: Seal Brown. HEX triplet: 40, 16 and 14. RGB value is (64,22,20). Sum of RGB (Red+Green+Blue) = 64+22+20=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401614 is #BFE9EB. Grayscale: #222222. Windows color (decimal): -12577260 or 1316416. OLE color: 1316416.

HSL color Cylindrical-coordinate representation of color #401614: hue angle of 2.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401614 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 22 20 -
CMYK 0 0.66 0.69 0.75
HSL 2.73º 0.52% 0.16% -
HSV(B) 2.73º 0.69% 0.25% -
XYZ 2.53 1.71 0.86 -
YUV 34.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 64 22 20 0 0.66 0.69 0.75 2.73 0.52 0.16
Hex 40 16 14 0 42 45 4B 3 34 10
Octal 100 26 24 0 102 105 113 3 64 20
Binary 1000000 10110 10100 0 1000010 1000101 1001011 11 110100 10000

Color Harmonies of #401614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401614

Black with #401614

Text Example


Text Example

White with #401614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401614; }

 p { color: rgb(64,22,20); }

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

background-color css

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

 a { background-color: rgb(64,22,20); }

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

border-color css

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

 span { border-color: rgb(64,22,20); }

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