Html Css Color HEX #410B04 Seal Brown

📋 copy color: '#410B04'

red 65 ◦ green 11 ◦ blue 4

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

Shades of Seal Brown #410B04

Tints of Seal Brown #410B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.75%

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

R = 81.25%
G = 13.75%
B = 5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#410B04 (or 0x410B04) is known color: Seal Brown. HEX triplet: 41, 0B and 04. RGB value is (65,11,4). Sum of RGB (Red+Green+Blue) = 65+11+4=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #410B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B04 is #BEF4FB. Grayscale: #1A1A1A. Windows color (decimal): -12514556 or 265025. OLE color: 265025.

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

Color convert

RGB 65 11 4 -
CMYK 0 0.83 0.94 0.75
HSL 6.89º 0.88% 0.14% -
HSV(B) 6.89º 0.94% 0.25% -
XYZ 2.32 1.37 0.26 -
YUV 26.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 65 11 4 0 0.83 0.94 0.75 6.89 0.88 0.14
Hex 41 B 4 0 53 5E 4B 7 58 E
Octal 101 13 4 0 123 136 113 7 130 16
Binary 1000001 1011 100 0 1010011 1011110 1001011 111 1011000 1110

Color Harmonies of #410B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B04

Black with #410B04

Text Example


Text Example

White with #410B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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