Html Css Color HEX #410C01 Seal Brown

📋 copy color: '#410C01'

red 65 ◦ green 12 ◦ blue 1

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

Shades of Seal Brown #410C01

Tints of Seal Brown #410C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.38%

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

R = 83.33%
G = 15.38%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#410C01 (or 0x410C01) is known color: Seal Brown. HEX triplet: 41, 0C and 01. RGB value is (65,12,1). Sum of RGB (Red+Green+Blue) = 65+12+1=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C01 is #BEF3FE. Grayscale: #1A1A1A. Windows color (decimal): -12514303 or 68673. OLE color: 68673.

HSL color Cylindrical-coordinate representation of color #410C01: hue angle of 10.31º 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 #410C01 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 12 1 -
CMYK 0 0.82 0.98 0.75
HSL 10.31º 0.97% 0.13% -
HSV(B) 10.31º 0.98% 0.25% -
XYZ 2.32 1.39 0.17 -
YUV 26.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 65 12 1 0 0.82 0.98 0.75 10.31 0.97 0.13
Hex 41 C 1 0 52 62 4B A 61 D
Octal 101 14 1 0 122 142 113 12 141 15
Binary 1000001 1100 1 0 1010010 1100010 1001011 1010 1100001 1101

Color Harmonies of #410C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C01

Black with #410C01

Text Example


Text Example

White with #410C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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