Html Css Color HEX #410A08 Seal Brown

📋 copy color: '#410A08'

red 65 ◦ green 10 ◦ blue 8

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

Shades of Seal Brown #410A08

Tints of Seal Brown #410A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.05%

 BLUE value IS 8 (3.52% from 255) = 9.64%

R = 78.31%
G = 12.05%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#410A08 (or 0x410A08) is known color: Seal Brown. HEX triplet: 41, 0A and 08. RGB value is (65,10,8). Sum of RGB (Red+Green+Blue) = 65+10+8=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #410A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A08 is #BEF5F7. Grayscale: #1A1A1A. Windows color (decimal): -12514808 or 526913. OLE color: 526913.

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

Color convert

RGB 65 10 8 -
CMYK 0 0.85 0.88 0.75
HSL 2.11º 0.78% 0.14% -
HSV(B) 2.11º 0.88% 0.25% -
XYZ 2.33 1.36 0.37 -
YUV 26.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 65 10 8 0 0.85 0.88 0.75 2.11 0.78 0.14
Hex 41 A 8 0 55 58 4B 2 4E E
Octal 101 12 10 0 125 130 113 2 116 16
Binary 1000001 1010 1000 0 1010101 1011000 1001011 10 1001110 1110

Color Harmonies of #410A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A08

Black with #410A08

Text Example


Text Example

White with #410A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,10,8); }

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

background-color css

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

 a { background-color: rgb(65,10,8); }

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

border-color css

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

 span { border-color: rgb(65,10,8); }

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