Html Css Color HEX #410C02 Seal Brown

📋 copy color: '#410C02'

red 65 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #410C02

Tints of Seal Brown #410C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.53%

R = 82.28%
G = 15.19%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#410C02 (or 0x410C02) is known color: Seal Brown. HEX triplet: 41, 0C and 02. RGB value is (65,12,2). Sum of RGB (Red+Green+Blue) = 65+12+2=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #410C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C02 is #BEF3FD. Grayscale: #1A1A1A. Windows color (decimal): -12514302 or 134209. OLE color: 134209.

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

Color convert

RGB 65 12 2 -
CMYK 0 0.82 0.97 0.75
HSL 9.52º 0.94% 0.13% -
HSV(B) 9.52º 0.97% 0.25% -
XYZ 2.32 1.39 0.2 -
YUV 26.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 65 12 2 0 0.82 0.97 0.75 9.52 0.94 0.13
Hex 41 C 2 0 52 61 4B A 5E D
Octal 101 14 2 0 122 141 113 12 136 15
Binary 1000001 1100 10 0 1010010 1100001 1001011 1010 1011110 1101

Color Harmonies of #410C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C02

Black with #410C02

Text Example


Text Example

White with #410C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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