Html Css Color HEX #410D03 Seal Brown

📋 copy color: '#410D03'

red 65 ◦ green 13 ◦ blue 3

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

Shades of Seal Brown #410D03

Tints of Seal Brown #410D03

RGB

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

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

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

R = 80.25%
G = 16.05%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#410D03 (or 0x410D03) is known color: Seal Brown. HEX triplet: 41, 0D and 03. RGB value is (65,13,3). Sum of RGB (Red+Green+Blue) = 65+13+3=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D03 is #BEF2FC. Grayscale: #1B1B1B. Windows color (decimal): -12514045 or 200001. OLE color: 200001.

HSL color Cylindrical-coordinate representation of color #410D03: hue angle of 9.68º 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 #410D03 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 13 3 -
CMYK 0 0.80 0.95 0.75
HSL 9.68º 0.91% 0.13% -
HSV(B) 9.68º 0.95% 0.25% -
XYZ 2.34 1.42 0.24 -
YUV 27.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 65 13 3 0 0.80 0.95 0.75 9.68 0.91 0.13
Hex 41 D 3 0 50 5F 4B A 5B D
Octal 101 15 3 0 120 137 113 12 133 15
Binary 1000001 1101 11 0 1010000 1011111 1001011 1010 1011011 1101

Color Harmonies of #410D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D03

Black with #410D03

Text Example


Text Example

White with #410D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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