Html Css Color HEX #410500 Seal Brown

📋 copy color: '#410500'

red 65 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #410500

Tints of Seal Brown #410500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.14%

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

R = 92.86%
G = 7.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#410500 (or 0x410500) is known color: Seal Brown. HEX triplet: 41, 05 and 00. RGB value is (65,5,0). Sum of RGB (Red+Green+Blue) = 65+5+0=70 (9% of max value = 765). Red value is 65 (25.78% from 255 or 92.86% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 65 - color contains mainly: red. Hex color #410500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410500 is #BEFAFF. Grayscale: #161616. Windows color (decimal): -12516096 or 1345. OLE color: 1345.

HSL color Cylindrical-coordinate representation of color #410500: hue angle of 4.62º 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 #410500 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 5 0 -
CMYK 0 0.92 1 0.75
HSL 4.62º 1% 0.13% -
HSV(B) 4.62º 1% 0.25% -
XYZ 2.23 1.23 0.12 -
YUV 22.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 65 5 0 0 0.92 1 0.75 4.62 1 0.13
Hex 41 5 0 0 5C 64 4B 5 64 D
Octal 101 5 0 0 134 144 113 5 144 15
Binary 1000001 101 0 0 1011100 1100100 1001011 101 1100100 1101

Color Harmonies of #410500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410500

Black with #410500

Text Example


Text Example

White with #410500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410500; }

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

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

background-color css

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

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

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

border-color css

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

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

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