Html Css Color HEX #410F02 Seal Brown

📋 copy color: '#410F02'

red 65 ◦ green 15 ◦ blue 2

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

Shades of Seal Brown #410F02

Tints of Seal Brown #410F02

RGB

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

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

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

R = 79.27%
G = 18.29%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#410F02 (or 0x410F02) is known color: Seal Brown. HEX triplet: 41, 0F and 02. RGB value is (65,15,2). Sum of RGB (Red+Green+Blue) = 65+15+2=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #410F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F02 is #BEF0FD. Grayscale: #1C1C1C. Windows color (decimal): -12513534 or 134977. OLE color: 134977.

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

Color convert

RGB 65 15 2 -
CMYK 0 0.77 0.97 0.75
HSL 12.38º 0.94% 0.13% -
HSV(B) 12.38º 0.97% 0.25% -
XYZ 2.36 1.47 0.22 -
YUV 28.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 65 15 2 0 0.77 0.97 0.75 12.38 0.94 0.13
Hex 41 F 2 0 4D 61 4B C 5E D
Octal 101 17 2 0 115 141 113 14 136 15
Binary 1000001 1111 10 0 1001101 1100001 1001011 1100 1011110 1101

Color Harmonies of #410F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F02

Black with #410F02

Text Example


Text Example

White with #410F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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