Html Css Color HEX #3F1306 Seal Brown

📋 copy color: '#3F1306'

red 63 ◦ green 19 ◦ blue 6

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

Shades of Seal Brown #3F1306

Tints of Seal Brown #3F1306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.82%

R = 71.59%
G = 21.59%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#3F1306 (or 0x3F1306) is known color: Seal Brown. HEX triplet: 3F, 13 and 06. RGB value is (63,19,6). Sum of RGB (Red+Green+Blue) = 63+19+6=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1306 is #C0ECF9. Grayscale: #1E1E1E. Windows color (decimal): -12643578 or 398143. OLE color: 398143.

HSL color Cylindrical-coordinate representation of color #3F1306: hue angle of 13.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F1306 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 19 6 -
CMYK 0 0.70 0.90 0.75
HSL 13.68º 0.83% 0.14% -
HSV(B) 13.68º 0.9% 0.25% -
XYZ 2.32 1.54 0.35 -
YUV 30.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 63 19 6 0 0.70 0.90 0.75 13.68 0.83 0.14
Hex 3F 13 6 0 46 5A 4B E 53 E
Octal 77 23 6 0 106 132 113 16 123 16
Binary 111111 10011 110 0 1000110 1011010 1001011 1110 1010011 1110

Color Harmonies of #3F1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1306

Black with #3F1306

Text Example


Text Example

White with #3F1306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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