Html Css Color HEX #3F1310 Seal Brown

📋 copy color: '#3F1310'

red 63 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #3F1310

Tints of Seal Brown #3F1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.39%

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

R = 64.29%
G = 19.39%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F1310 (or 0x3F1310) is known color: Seal Brown. HEX triplet: 3F, 13 and 10. RGB value is (63,19,16). Sum of RGB (Red+Green+Blue) = 63+19+16=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1310 is #C0ECEF. Grayscale: #1F1F1F. Windows color (decimal): -12643568 or 1053503. OLE color: 1053503.

HSL color Cylindrical-coordinate representation of color #3F1310: hue angle of 3.83º 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 #3F1310 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 19 16 -
CMYK 0 0.70 0.75 0.75
HSL 3.83º 0.59% 0.15% -
HSV(B) 3.83º 0.75% 0.25% -
XYZ 2.38 1.56 0.67 -
YUV 31.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 63 19 16 0 0.70 0.75 0.75 3.83 0.59 0.15
Hex 3F 13 10 0 46 4B 4B 4 3B F
Octal 77 23 20 0 106 113 113 4 73 17
Binary 111111 10011 10000 0 1000110 1001011 1001011 100 111011 1111

Color Harmonies of #3F1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1310

Black with #3F1310

Text Example


Text Example

White with #3F1310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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