Html Css Color HEX #410D00 Seal Brown

📋 copy color: '#410D00'

red 65 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #410D00

Tints of Seal Brown #410D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#410D00 (or 0x410D00) is known color: Seal Brown. HEX triplet: 41, 0D and 00. RGB value is (65,13,0). Sum of RGB (Red+Green+Blue) = 65+13+0=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D00 is #BEF2FF. Grayscale: #1B1B1B. Windows color (decimal): -12514048 or 3393. OLE color: 3393.

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

Color convert

RGB 65 13 0 -
CMYK 0 0.80 1 0.75
HSL 12º 1% 0.13% -
HSV(B) 12º 1% 0.25% -
XYZ 2.32 1.41 0.15 -
YUV 27.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 65 13 0 0 0.80 1 0.75 12 1 0.13
Hex 41 D 0 0 50 64 4B C 64 D
Octal 101 15 0 0 120 144 113 14 144 15
Binary 1000001 1101 0 0 1010000 1100100 1001011 1100 1100100 1101

Color Harmonies of #410D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D00

Black with #410D00

Text Example


Text Example

White with #410D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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