Html Css Color HEX #410302 Seal Brown

📋 copy color: '#410302'

red 65 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #410302

Tints of Seal Brown #410302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.29%

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

R = 92.86%
G = 4.29%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#410302 (or 0x410302) is known color: Seal Brown. HEX triplet: 41, 03 and 02. RGB value is (65,3,2). Sum of RGB (Red+Green+Blue) = 65+3+2=70 (9% of max value = 765). Red value is 65 (25.78% from 255 or 92.86% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 65 - color contains mainly: red. Hex color #410302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410302 is #BEFCFD. Grayscale: #151515. Windows color (decimal): -12516606 or 131905. OLE color: 131905.

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

Color convert

RGB 65 3 2 -
CMYK 0 0.95 0.97 0.75
HSL 0.95º 0.94% 0.13% -
HSV(B) 0.95º 0.97% 0.25% -
XYZ 2.22 1.19 0.17 -
YUV 21.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 65 3 2 0 0.95 0.97 0.75 0.95 0.94 0.13
Hex 41 3 2 0 5F 61 4B 1 5E D
Octal 101 3 2 0 137 141 113 1 136 15
Binary 1000001 11 10 0 1011111 1100001 1001011 1 1011110 1101

Color Harmonies of #410302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410302

Black with #410302

Text Example


Text Example

White with #410302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410302; }

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

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

background-color css

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

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

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

border-color css

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

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

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