Html Css Color HEX #410E02 Seal Brown

📋 copy color: '#410E02'

red 65 ◦ green 14 ◦ blue 2

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

Shades of Seal Brown #410E02

Tints of Seal Brown #410E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.47%

R = 80.25%
G = 17.28%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#410E02 (or 0x410E02) is known color: Seal Brown. HEX triplet: 41, 0E and 02. RGB value is (65,14,2). Sum of RGB (Red+Green+Blue) = 65+14+2=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E02 is #BEF1FD. Grayscale: #1B1B1B. Windows color (decimal): -12513790 or 134721. OLE color: 134721.

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

Color convert

RGB 65 14 2 -
CMYK 0 0.78 0.97 0.75
HSL 11.43º 0.94% 0.13% -
HSV(B) 11.43º 0.97% 0.25% -
XYZ 2.35 1.44 0.21 -
YUV 27.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 65 14 2 0 0.78 0.97 0.75 11.43 0.94 0.13
Hex 41 E 2 0 4E 61 4B B 5E D
Octal 101 16 2 0 116 141 113 13 136 15
Binary 1000001 1110 10 0 1001110 1100001 1001011 1011 1011110 1101

Color Harmonies of #410E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E02

Black with #410E02

Text Example


Text Example

White with #410E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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