Html Css Color HEX #410502 Seal Brown

📋 copy color: '#410502'

red 65 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #410502

Tints of Seal Brown #410502

RGB

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

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

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

R = 90.28%
G = 6.94%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#410502 (or 0x410502) is known color: Seal Brown. HEX triplet: 41, 05 and 02. RGB value is (65,5,2). Sum of RGB (Red+Green+Blue) = 65+5+2=72 (9% of max value = 765). Red value is 65 (25.78% from 255 or 90.28% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 65 - color contains mainly: red. Hex color #410502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410502 is #BEFAFD. Grayscale: #161616. Windows color (decimal): -12516094 or 132417. OLE color: 132417.

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

Color convert

RGB 65 5 2 -
CMYK 0 0.92 0.97 0.75
HSL 2.86º 0.94% 0.13% -
HSV(B) 2.86º 0.97% 0.25% -
XYZ 2.25 1.24 0.18 -
YUV 22.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 65 5 2 0 0.92 0.97 0.75 2.86 0.94 0.13
Hex 41 5 2 0 5C 61 4B 3 5E D
Octal 101 5 2 0 134 141 113 3 136 15
Binary 1000001 101 10 0 1011100 1100001 1001011 11 1011110 1101

Color Harmonies of #410502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410502

Black with #410502

Text Example


Text Example

White with #410502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410502; }

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

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

background-color css

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

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

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

border-color css

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

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

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