Html Css Color HEX #401610 Seal Brown

📋 copy color: '#401610'

red 64 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #401610

Tints of Seal Brown #401610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.69%

R = 62.75%
G = 21.57%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401610 (or 0x401610) is known color: Seal Brown. HEX triplet: 40, 16 and 10. RGB value is (64,22,16). Sum of RGB (Red+Green+Blue) = 64+22+16=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401610 is #BFE9EF. Grayscale: #212121. Windows color (decimal): -12577264 or 1054272. OLE color: 1054272.

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

Color convert

RGB 64 22 16 -
CMYK 0 0.66 0.75 0.75
HSL 7.5º 0.6% 0.16% -
HSV(B) 7.5º 0.75% 0.25% -
XYZ 2.49 1.7 0.69 -
YUV 33.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 64 22 16 0 0.66 0.75 0.75 7.5 0.6 0.16
Hex 40 16 10 0 42 4B 4B 8 3C 10
Octal 100 26 20 0 102 113 113 10 74 20
Binary 1000000 10110 10000 0 1000010 1001011 1001011 1000 111100 10000

Color Harmonies of #401610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401610

Black with #401610

Text Example


Text Example

White with #401610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401610; }

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

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

background-color css

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

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

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

border-color css

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

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

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