Html Css Color HEX #410E01 Seal Brown

📋 copy color: '#410E01'

red 65 ◦ green 14 ◦ blue 1

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

Shades of Seal Brown #410E01

Tints of Seal Brown #410E01

RGB

 RED value IS 65 (25.78% from 255) = 81.25%

 GREEN value IS 14 (5.86% from 255) = 17.5%

 BLUE value IS 1 (0.78% from 255) = 1.25%

R = 81.25%
G = 17.5%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#410E01 (or 0x410E01) is known color: Seal Brown. HEX triplet: 41, 0E and 01. RGB value is (65,14,1). Sum of RGB (Red+Green+Blue) = 65+14+1=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #410E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E01 is #BEF1FE. Grayscale: #1B1B1B. Windows color (decimal): -12513791 or 69185. OLE color: 69185.

HSL color Cylindrical-coordinate representation of color #410E01: hue angle of 12.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410E01 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 14 1 -
CMYK 0 0.78 0.98 0.75
HSL 12.19º 0.97% 0.13% -
HSV(B) 12.19º 0.98% 0.25% -
XYZ 2.34 1.44 0.18 -
YUV 27.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 65 14 1 0 0.78 0.98 0.75 12.19 0.97 0.13
Hex 41 E 1 0 4E 62 4B C 61 D
Octal 101 16 1 0 116 142 113 14 141 15
Binary 1000001 1110 1 0 1001110 1100010 1001011 1100 1100001 1101

Color Harmonies of #410E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E01

Black with #410E01

Text Example


Text Example

White with #410E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E01; }

 p { color: rgb(65,14,1); }

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

background-color css

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

 a { background-color: rgb(65,14,1); }

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

border-color css

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

 span { border-color: rgb(65,14,1); }

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