Html Css Color HEX #3F0C01 Seal Brown

📋 copy color: '#3F0C01'

red 63 ◦ green 12 ◦ blue 1

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

Shades of Seal Brown #3F0C01

Tints of Seal Brown #3F0C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.32%

R = 82.89%
G = 15.79%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F0C01 (or 0x3F0C01) is known color: Seal Brown. HEX triplet: 3F, 0C and 01. RGB value is (63,12,1). Sum of RGB (Red+Green+Blue) = 63+12+1=76 (10% of max value = 765). Red value is 63 (25% from 255 or 82.89% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C01 is #C0F3FE. Grayscale: #1A1A1A. Windows color (decimal): -12645375 or 68671. OLE color: 68671.

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

Color convert

RGB 63 12 1 -
CMYK 0 0.81 0.98 0.75
HSL 10.65º 0.97% 0.13% -
HSV(B) 10.65º 0.98% 0.25% -
XYZ 2.19 1.32 0.17 -
YUV 26 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 63 12 1 0 0.81 0.98 0.75 10.65 0.97 0.13
Hex 3F C 1 0 51 62 4B B 61 D
Octal 77 14 1 0 121 142 113 13 141 15
Binary 111111 1100 1 0 1010001 1100010 1001011 1011 1100001 1101

Color Harmonies of #3F0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0C01

Black with #3F0C01

Text Example


Text Example

White with #3F0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,12,1); }

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

background-color css

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

 a { background-color: rgb(63,12,1); }

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

border-color css

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

 span { border-color: rgb(63,12,1); }

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