Html Css Color HEX #410D0D Seal Brown

📋 copy color: '#410D0D'

red 65 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #410D0D

Tints of Seal Brown #410D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.29%

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 71.43%
G = 14.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#410D0D (or 0x410D0D) is known color: Seal Brown. HEX triplet: 41, 0D and 0D. RGB value is (65,13,13). Sum of RGB (Red+Green+Blue) = 65+13+13=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #410D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D0D is #BEF2F2. Grayscale: #1C1C1C. Windows color (decimal): -12514035 or 855361. OLE color: 855361.

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

Color convert

RGB 65 13 13 -
CMYK 0 0.80 0.80 0.75
HSL 0.67% 0.15% -
HSV(B) 0.8% 0.25% -
XYZ 2.4 1.44 0.53 -
YUV 28.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 65 13 13 0 0.80 0.80 0.75 0 0.67 0.15
Hex 41 D D 0 50 50 4B 0 43 F
Octal 101 15 15 0 120 120 113 0 103 17
Binary 1000001 1101 1101 0 1010000 1010000 1001011 0 1000011 1111

Color Harmonies of #410D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D0D

Black with #410D0D

Text Example


Text Example

White with #410D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,13,13); }

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

background-color css

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

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

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

border-color css

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

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

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