Html Css Color HEX #410D0B Seal Brown

📋 copy color: '#410D0B'

red 65 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #410D0B

Tints of Seal Brown #410D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.36%

R = 73.03%
G = 14.61%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#410D0B (or 0x410D0B) is known color: Seal Brown. HEX triplet: 41, 0D and 0B. RGB value is (65,13,11). Sum of RGB (Red+Green+Blue) = 65+13+11=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #410D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D0B is #BEF2F4. Grayscale: #1C1C1C. Windows color (decimal): -12514037 or 724289. OLE color: 724289.

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

Color convert

RGB 65 13 11 -
CMYK 0 0.80 0.83 0.75
HSL 2.22º 0.71% 0.15% -
HSV(B) 2.22º 0.83% 0.25% -
XYZ 2.38 1.44 0.47 -
YUV 28.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 65 13 11 0 0.80 0.83 0.75 2.22 0.71 0.15
Hex 41 D B 0 50 53 4B 2 47 F
Octal 101 15 13 0 120 123 113 2 107 17
Binary 1000001 1101 1011 0 1010000 1010011 1001011 10 1000111 1111

Color Harmonies of #410D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D0B

Black with #410D0B

Text Example


Text Example

White with #410D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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