Html Css Color HEX #401616 Seal Brown

📋 copy color: '#401616'

red 64 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #401616

Tints of Seal Brown #401616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.37%

R = 59.26%
G = 20.37%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#401616 (or 0x401616) is known color: Seal Brown. HEX triplet: 40, 16 and 16. RGB value is (64,22,22). Sum of RGB (Red+Green+Blue) = 64+22+22=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401616 is #BFE9E9. Grayscale: #222222. Windows color (decimal): -12577258 or 1447488. OLE color: 1447488.

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

Color convert

RGB 64 22 22 -
CMYK 0 0.66 0.66 0.75
HSL 0.49% 0.17% -
HSV(B) 0.66% 0.25% -
XYZ 2.55 1.72 0.96 -
YUV 34.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 64 22 22 0 0.66 0.66 0.75 0 0.49 0.17
Hex 40 16 16 0 42 42 4B 0 31 11
Octal 100 26 26 0 102 102 113 0 61 21
Binary 1000000 10110 10110 0 1000010 1000010 1001011 0 110001 10001

Color Harmonies of #401616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401616

Black with #401616

Text Example


Text Example

White with #401616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401616; }

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

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

background-color css

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

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

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

border-color css

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

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

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