Html Css Color HEX #3F1D1C Seal Brown

📋 copy color: '#3F1D1C'

red 63 ◦ green 29 ◦ blue 28

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

Shades of Seal Brown #3F1D1C

Tints of Seal Brown #3F1D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.17%

 BLUE value IS 28 (11.33% from 255) = 23.33%

R = 52.5%
G = 24.17%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#3F1D1C (or 0x3F1D1C) is known color: Seal Brown. HEX triplet: 3F, 1D and 1C. RGB value is (63,29,28). Sum of RGB (Red+Green+Blue) = 63+29+28=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D1C is #C0E2E3. Grayscale: #272727. Windows color (decimal): -12640996 or 1842495. OLE color: 1842495.

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

Color convert

RGB 63 29 28 -
CMYK 0 0.54 0.56 0.75
HSL 1.71º 0.38% 0.18% -
HSV(B) 1.71º 0.56% 0.25% -
XYZ 2.7 2.02 1.35 -
YUV 39.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 63 29 28 0 0.54 0.56 0.75 1.71 0.38 0.18
Hex 3F 1D 1C 0 36 38 4B 2 26 12
Octal 77 35 34 0 66 70 113 2 46 22
Binary 111111 11101 11100 0 110110 111000 1001011 10 100110 10010

Color Harmonies of #3F1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1D1C

Black with #3F1D1C

Text Example


Text Example

White with #3F1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,29,28); }

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

background-color css

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

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

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

border-color css

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

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

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