Html Css Color HEX #3F120D Seal Brown

📋 copy color: '#3F120D'

red 63 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #3F120D

Tints of Seal Brown #3F120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 67.02%
G = 19.15%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F120D (or 0x3F120D) is known color: Seal Brown. HEX triplet: 3F, 12 and 0D. RGB value is (63,18,13). Sum of RGB (Red+Green+Blue) = 63+18+13=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F120D is #C0EDF2. Grayscale: #1E1E1E. Windows color (decimal): -12643827 or 856639. OLE color: 856639.

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

Color convert

RGB 63 18 13 -
CMYK 0 0.71 0.79 0.75
HSL 0.66% 0.15% -
HSV(B) 0.79% 0.25% -
XYZ 2.34 1.52 0.55 -
YUV 30.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 63 18 13 0 0.71 0.79 0.75 6 0.66 0.15
Hex 3F 12 D 0 47 4F 4B 6 42 F
Octal 77 22 15 0 107 117 113 6 102 17
Binary 111111 10010 1101 0 1000111 1001111 1001011 110 1000010 1111

Color Harmonies of #3F120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F120D

Black with #3F120D

Text Example


Text Example

White with #3F120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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