Html Css Color HEX #410F0C Seal Brown

📋 copy color: '#410F0C'

red 65 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #410F0C

Tints of Seal Brown #410F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.04%

R = 70.65%
G = 16.3%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#410F0C (or 0x410F0C) is known color: Seal Brown. HEX triplet: 41, 0F and 0C. RGB value is (65,15,12). Sum of RGB (Red+Green+Blue) = 65+15+12=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F0C is #BEF0F3. Grayscale: #1D1D1D. Windows color (decimal): -12513524 or 790337. OLE color: 790337.

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

Color convert

RGB 65 15 12 -
CMYK 0 0.77 0.82 0.75
HSL 3.4º 0.69% 0.15% -
HSV(B) 3.4º 0.82% 0.25% -
XYZ 2.42 1.49 0.51 -
YUV 29.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 65 15 12 0 0.77 0.82 0.75 3.4 0.69 0.15
Hex 41 F C 0 4D 52 4B 3 45 F
Octal 101 17 14 0 115 122 113 3 105 17
Binary 1000001 1111 1100 0 1001101 1010010 1001011 11 1000101 1111

Color Harmonies of #410F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F0C

Black with #410F0C

Text Example


Text Example

White with #410F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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