Html Css Color HEX #410F05 Seal Brown

📋 copy color: '#410F05'

red 65 ◦ green 15 ◦ blue 5

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

Shades of Seal Brown #410F05

Tints of Seal Brown #410F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.65%

 BLUE value IS 5 (2.34% from 255) = 5.88%

R = 76.47%
G = 17.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#410F05 (or 0x410F05) is known color: Seal Brown. HEX triplet: 41, 0F and 05. RGB value is (65,15,5). Sum of RGB (Red+Green+Blue) = 65+15+5=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #410F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F05 is #BEF0FA. Grayscale: #1C1C1C. Windows color (decimal): -12513531 or 331585. OLE color: 331585.

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

Color convert

RGB 65 15 5 -
CMYK 0 0.77 0.92 0.75
HSL 10º 0.86% 0.14% -
HSV(B) 10º 0.92% 0.25% -
XYZ 2.38 1.48 0.3 -
YUV 28.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 65 15 5 0 0.77 0.92 0.75 10 0.86 0.14
Hex 41 F 5 0 4D 5C 4B A 56 E
Octal 101 17 5 0 115 134 113 12 126 16
Binary 1000001 1111 101 0 1001101 1011100 1001011 1010 1010110 1110

Color Harmonies of #410F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F05

Black with #410F05

Text Example


Text Example

White with #410F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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