Html Css Color HEX #410C04 Seal Brown

📋 copy color: '#410C04'

red 65 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #410C04

Tints of Seal Brown #410C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.94%

R = 80.25%
G = 14.81%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#410C04 (or 0x410C04) is known color: Seal Brown. HEX triplet: 41, 0C and 04. RGB value is (65,12,4). Sum of RGB (Red+Green+Blue) = 65+12+4=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C04 is #BEF3FB. Grayscale: #1B1B1B. Windows color (decimal): -12514300 or 265281. OLE color: 265281.

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

Color convert

RGB 65 12 4 -
CMYK 0 0.82 0.94 0.75
HSL 7.87º 0.88% 0.14% -
HSV(B) 7.87º 0.94% 0.25% -
XYZ 2.33 1.4 0.26 -
YUV 26.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 65 12 4 0 0.82 0.94 0.75 7.87 0.88 0.14
Hex 41 C 4 0 52 5E 4B 8 58 E
Octal 101 14 4 0 122 136 113 10 130 16
Binary 1000001 1100 100 0 1010010 1011110 1001011 1000 1011000 1110

Color Harmonies of #410C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C04

Black with #410C04

Text Example


Text Example

White with #410C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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