Html Css Color HEX #3F2020 Seal Brown

📋 copy color: '#3F2020'

red 63 ◦ green 32 ◦ blue 32

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

Shades of Seal Brown #3F2020

Tints of Seal Brown #3F2020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.2%

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 49.61%
G = 25.2%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#3F2020 (or 0x3F2020) is known color: Seal Brown. HEX triplet: 3F, 20 and 20. RGB value is (63,32,32). Sum of RGB (Red+Green+Blue) = 63+32+32=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2020 is #C0DFDF. Grayscale: #292929. Windows color (decimal): -12640224 or 2105407. OLE color: 2105407.

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

Color convert

RGB 63 32 32 -
CMYK 0 0.49 0.49 0.75
HSL 0.33% 0.19% -
HSV(B) 0.49% 0.25% -
XYZ 2.83 2.19 1.64 -
YUV 41.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 63 32 32 0 0.49 0.49 0.75 0 0.33 0.19
Hex 3F 20 20 0 31 31 4B 0 21 13
Octal 77 40 40 0 61 61 113 0 41 23
Binary 111111 100000 100000 0 110001 110001 1001011 0 100001 10011

Color Harmonies of #3F2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2020

Black with #3F2020

Text Example


Text Example

White with #3F2020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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