Html Css Color HEX #410F0F Seal Brown

📋 copy color: '#410F0F'

red 65 ◦ green 15 ◦ blue 15

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

Shades of Seal Brown #410F0F

Tints of Seal Brown #410F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 68.42%
G = 15.79%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#410F0F (or 0x410F0F) is known color: Seal Brown. HEX triplet: 41, 0F and 0F. RGB value is (65,15,15). Sum of RGB (Red+Green+Blue) = 65+15+15=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #410F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F0F is #BEF0F0. Grayscale: #1E1E1E. Windows color (decimal): -12513521 or 986945. OLE color: 986945.

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

Color convert

RGB 65 15 15 -
CMYK 0 0.77 0.77 0.75
HSL 0.63% 0.16% -
HSV(B) 0.77% 0.25% -
XYZ 2.44 1.5 0.61 -
YUV 29.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 65 15 15 0 0.77 0.77 0.75 0 0.63 0.16
Hex 41 F F 0 4D 4D 4B 0 3E 10
Octal 101 17 17 0 115 115 113 0 76 20
Binary 1000001 1111 1111 0 1001101 1001101 1001011 0 111110 10000

Color Harmonies of #410F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F0F

Black with #410F0F

Text Example


Text Example

White with #410F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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