Html Css Color HEX #410A03 Seal Brown

📋 copy color: '#410A03'

red 65 ◦ green 10 ◦ blue 3

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

Shades of Seal Brown #410A03

Tints of Seal Brown #410A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.82%

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

R = 83.33%
G = 12.82%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#410A03 (or 0x410A03) is known color: Seal Brown. HEX triplet: 41, 0A and 03. RGB value is (65,10,3). Sum of RGB (Red+Green+Blue) = 65+10+3=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A03 is #BEF5FC. Grayscale: #191919. Windows color (decimal): -12514813 or 199233. OLE color: 199233.

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

Color convert

RGB 65 10 3 -
CMYK 0 0.85 0.95 0.75
HSL 6.77º 0.91% 0.13% -
HSV(B) 6.77º 0.95% 0.25% -
XYZ 2.3 1.35 0.22 -
YUV 25.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 65 10 3 0 0.85 0.95 0.75 6.77 0.91 0.13
Hex 41 A 3 0 55 5F 4B 7 5B D
Octal 101 12 3 0 125 137 113 7 133 15
Binary 1000001 1010 11 0 1010101 1011111 1001011 111 1011011 1101

Color Harmonies of #410A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A03

Black with #410A03

Text Example


Text Example

White with #410A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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