Html Css Color HEX #410601 Seal Brown

📋 copy color: '#410601'

red 65 ◦ green 6 ◦ blue 1

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

Shades of Seal Brown #410601

Tints of Seal Brown #410601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.33%

 BLUE value IS 1 (0.78% from 255) = 1.39%

R = 90.28%
G = 8.33%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#410601 (or 0x410601) is known color: Seal Brown. HEX triplet: 41, 06 and 01. RGB value is (65,6,1). Sum of RGB (Red+Green+Blue) = 65+6+1=72 (9% of max value = 765). Red value is 65 (25.78% from 255 or 90.28% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 65 - color contains mainly: red. Hex color #410601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410601 is #BEF9FE. Grayscale: #171717. Windows color (decimal): -12515839 or 67137. OLE color: 67137.

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

Color convert

RGB 65 6 1 -
CMYK 0 0.91 0.98 0.75
HSL 4.69º 0.97% 0.13% -
HSV(B) 4.69º 0.98% 0.25% -
XYZ 2.25 1.26 0.15 -
YUV 23.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 65 6 1 0 0.91 0.98 0.75 4.69 0.97 0.13
Hex 41 6 1 0 5B 62 4B 5 61 D
Octal 101 6 1 0 133 142 113 5 141 15
Binary 1000001 110 1 0 1011011 1100010 1001011 101 1100001 1101

Color Harmonies of #410601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410601

Black with #410601

Text Example


Text Example

White with #410601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410601; }

 p { color: rgb(65,6,1); }

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

background-color css

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

 a { background-color: rgb(65,6,1); }

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

border-color css

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

 span { border-color: rgb(65,6,1); }

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