Html Css Color HEX #410E03 Seal Brown

📋 copy color: '#410E03'

red 65 ◦ green 14 ◦ blue 3

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

Shades of Seal Brown #410E03

Tints of Seal Brown #410E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.66%

R = 79.27%
G = 17.07%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#410E03 (or 0x410E03) is known color: Seal Brown. HEX triplet: 41, 0E and 03. RGB value is (65,14,3). Sum of RGB (Red+Green+Blue) = 65+14+3=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #410E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E03 is #BEF1FC. Grayscale: #1C1C1C. Windows color (decimal): -12513789 or 200257. OLE color: 200257.

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

Color convert

RGB 65 14 3 -
CMYK 0 0.78 0.95 0.75
HSL 10.65º 0.91% 0.13% -
HSV(B) 10.65º 0.95% 0.25% -
XYZ 2.35 1.44 0.24 -
YUV 28 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 65 14 3 0 0.78 0.95 0.75 10.65 0.91 0.13
Hex 41 E 3 0 4E 5F 4B B 5B D
Octal 101 16 3 0 116 137 113 13 133 15
Binary 1000001 1110 11 0 1001110 1011111 1001011 1011 1011011 1101

Color Harmonies of #410E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E03

Black with #410E03

Text Example


Text Example

White with #410E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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