Html Css Color HEX #3F1210 Seal Brown

📋 copy color: '#3F1210'

red 63 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #3F1210

Tints of Seal Brown #3F1210

RGB

 RED value IS 63 (25% from 255) = 64.95%

 GREEN value IS 18 (7.42% from 255) = 18.56%

 BLUE value IS 16 (6.64% from 255) = 16.49%

R = 64.95%
G = 18.56%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F1210 (or 0x3F1210) is known color: Seal Brown. HEX triplet: 3F, 12 and 10. RGB value is (63,18,16). Sum of RGB (Red+Green+Blue) = 63+18+16=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1210 is #C0EDEF. Grayscale: #1F1F1F. Windows color (decimal): -12643824 or 1053247. OLE color: 1053247.

HSL color Cylindrical-coordinate representation of color #3F1210: hue angle of 2.55º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1210 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 18 16 -
CMYK 0 0.71 0.75 0.75
HSL 2.55º 0.59% 0.15% -
HSV(B) 2.55º 0.75% 0.25% -
XYZ 2.36 1.53 0.66 -
YUV 31.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 63 18 16 0 0.71 0.75 0.75 2.55 0.59 0.15
Hex 3F 12 10 0 47 4B 4B 3 3B F
Octal 77 22 20 0 107 113 113 3 73 17
Binary 111111 10010 10000 0 1000111 1001011 1001011 11 111011 1111

Color Harmonies of #3F1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1210

Black with #3F1210

Text Example


Text Example

White with #3F1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F1210; }

 p { color: rgb(63,18,16); }

 H1.HeaderClassName
 {
   color: #3F1210;
 }
 .AnyTagClassName
 {
   color: #3F1210;
 }
</style>

background-color css

<style>
 a { background-color: #3F1210; }

 a { background-color: rgb(63,18,16); }

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

border-color css

<style>
 span { border-color: #3F1210; }

 span { border-color: rgb(63,18,16); }

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