Html Css Color HEX #410F01 Seal Brown

📋 copy color: '#410F01'

red 65 ◦ green 15 ◦ blue 1

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

Shades of Seal Brown #410F01

Tints of Seal Brown #410F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.23%

R = 80.25%
G = 18.52%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#410F01 (or 0x410F01) is known color: Seal Brown. HEX triplet: 41, 0F and 01. RGB value is (65,15,1). Sum of RGB (Red+Green+Blue) = 65+15+1=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F01 is #BEF0FE. Grayscale: #1C1C1C. Windows color (decimal): -12513535 or 69441. OLE color: 69441.

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

Color convert

RGB 65 15 1 -
CMYK 0 0.77 0.98 0.75
HSL 13.13º 0.97% 0.13% -
HSV(B) 13.13º 0.98% 0.25% -
XYZ 2.36 1.47 0.19 -
YUV 28.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 65 15 1 0 0.77 0.98 0.75 13.13 0.97 0.13
Hex 41 F 1 0 4D 62 4B D 61 D
Octal 101 17 1 0 115 142 113 15 141 15
Binary 1000001 1111 1 0 1001101 1100010 1001011 1101 1100001 1101

Color Harmonies of #410F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F01

Black with #410F01

Text Example


Text Example

White with #410F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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