Html Css Color HEX #410C00 Seal Brown

📋 copy color: '#410C00'

red 65 ◦ green 12 ◦ blue 0

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

Shades of Seal Brown #410C00

Tints of Seal Brown #410C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.42%
G = 15.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#410C00 (or 0x410C00) is known color: Seal Brown. HEX triplet: 41, 0C and 00. RGB value is (65,12,0). Sum of RGB (Red+Green+Blue) = 65+12+0=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #410C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C00 is #BEF3FF. Grayscale: #1A1A1A. Windows color (decimal): -12514304 or 3137. OLE color: 3137.

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

Color convert

RGB 65 12 0 -
CMYK 0 0.82 1 0.75
HSL 11.08º 1% 0.13% -
HSV(B) 11.08º 1% 0.25% -
XYZ 2.31 1.39 0.15 -
YUV 26.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 65 12 0 0 0.82 1 0.75 11.08 1 0.13
Hex 41 C 0 0 52 64 4B B 64 D
Octal 101 14 0 0 122 144 113 13 144 15
Binary 1000001 1100 0 0 1010010 1100100 1001011 1011 1100100 1101

Color Harmonies of #410C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C00

Black with #410C00

Text Example


Text Example

White with #410C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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