Html Css Color HEX #3F120C Seal Brown

📋 copy color: '#3F120C'

red 63 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #3F120C

Tints of Seal Brown #3F120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 67.74%
G = 19.35%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F120C (or 0x3F120C) is known color: Seal Brown. HEX triplet: 3F, 12 and 0C. RGB value is (63,18,12). Sum of RGB (Red+Green+Blue) = 63+18+12=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F120C is #C0EDF3. Grayscale: #1E1E1E. Windows color (decimal): -12643828 or 791103. OLE color: 791103.

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

Color convert

RGB 63 18 12 -
CMYK 0 0.71 0.81 0.75
HSL 7.06º 0.68% 0.15% -
HSV(B) 7.06º 0.81% 0.25% -
XYZ 2.33 1.52 0.52 -
YUV 30.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 63 18 12 0 0.71 0.81 0.75 7.06 0.68 0.15
Hex 3F 12 C 0 47 51 4B 7 44 F
Octal 77 22 14 0 107 121 113 7 104 17
Binary 111111 10010 1100 0 1000111 1010001 1001011 111 1000100 1111

Color Harmonies of #3F120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F120C

Black with #3F120C

Text Example


Text Example

White with #3F120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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