Html Css Color HEX #410504 Seal Brown

📋 copy color: '#410504'

red 65 ◦ green 5 ◦ blue 4

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

Shades of Seal Brown #410504

Tints of Seal Brown #410504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.41%

R = 87.84%
G = 6.76%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#410504 (or 0x410504) is known color: Seal Brown. HEX triplet: 41, 05 and 04. RGB value is (65,5,4). Sum of RGB (Red+Green+Blue) = 65+5+4=74 (9% of max value = 765). Red value is 65 (25.78% from 255 or 87.84% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 65 - color contains mainly: red. Hex color #410504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410504 is #BEFAFB. Grayscale: #161616. Windows color (decimal): -12516092 or 263489. OLE color: 263489.

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

Color convert

RGB 65 5 4 -
CMYK 0 0.92 0.94 0.75
HSL 0.98º 0.88% 0.14% -
HSV(B) 0.98º 0.94% 0.25% -
XYZ 2.26 1.24 0.24 -
YUV 22.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 65 5 4 0 0.92 0.94 0.75 0.98 0.88 0.14
Hex 41 5 4 0 5C 5E 4B 1 58 E
Octal 101 5 4 0 134 136 113 1 130 16
Binary 1000001 101 100 0 1011100 1011110 1001011 1 1011000 1110

Color Harmonies of #410504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410504

Black with #410504

Text Example


Text Example

White with #410504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410504; }

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

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

background-color css

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

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

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

border-color css

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

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

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