Html Css Color HEX #410402 Seal Brown

📋 copy color: '#410402'

red 65 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #410402

Tints of Seal Brown #410402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.63%

 BLUE value IS 2 (1.17% from 255) = 2.82%

R = 91.55%
G = 5.63%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#410402 (or 0x410402) is known color: Seal Brown. HEX triplet: 41, 04 and 02. RGB value is (65,4,2). Sum of RGB (Red+Green+Blue) = 65+4+2=71 (9% of max value = 765). Red value is 65 (25.78% from 255 or 91.55% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 65 - color contains mainly: red. Hex color #410402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410402 is #BEFBFD. Grayscale: #161616. Windows color (decimal): -12516350 or 132161. OLE color: 132161.

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

Color convert

RGB 65 4 2 -
CMYK 0 0.94 0.97 0.75
HSL 1.9º 0.94% 0.13% -
HSV(B) 1.9º 0.97% 0.25% -
XYZ 2.23 1.22 0.17 -
YUV 22.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 65 4 2 0 0.94 0.97 0.75 1.9 0.94 0.13
Hex 41 4 2 0 5E 61 4B 2 5E D
Octal 101 4 2 0 136 141 113 2 136 15
Binary 1000001 100 10 0 1011110 1100001 1001011 10 1011110 1101

Color Harmonies of #410402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410402

Black with #410402

Text Example


Text Example

White with #410402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410402; }

 p { color: rgb(65,4,2); }

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

background-color css

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

 a { background-color: rgb(65,4,2); }

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

border-color css

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

 span { border-color: rgb(65,4,2); }

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