Html Css Color HEX #3C1F1D Seal Brown

📋 copy color: '#3C1F1D'

red 60 ◦ green 31 ◦ blue 29

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

Shades of Seal Brown #3C1F1D

Tints of Seal Brown #3C1F1D

RGB

 RED value IS 60 (23.83% from 255) = 50%

 GREEN value IS 31 (12.5% from 255) = 25.83%

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

R = 50%
G = 25.83%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3C1F1D (or 0x3C1F1D) is known color: Seal Brown. HEX triplet: 3C, 1F and 1D. RGB value is (60,31,29). Sum of RGB (Red+Green+Blue) = 60+31+29=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F1D is #C3E0E2. Grayscale: #272727. Windows color (decimal): -12837091 or 1908540. OLE color: 1908540.

HSL color Cylindrical-coordinate representation of color #3C1F1D: hue angle of 3.87º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C1F1D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 31 29 -
CMYK 0 0.48 0.52 0.76
HSL 3.87º 0.35% 0.17% -
HSV(B) 3.87º 0.52% 0.24% -
XYZ 2.58 2.03 1.42 -
YUV 39.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 60 31 29 0 0.48 0.52 0.76 3.87 0.35 0.17
Hex 3C 1F 1D 0 30 34 4C 4 23 11
Octal 74 37 35 0 60 64 114 4 43 21
Binary 111100 11111 11101 0 110000 110100 1001100 100 100011 10001

Color Harmonies of #3C1F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1F1D

Black with #3C1F1D

Text Example


Text Example

White with #3C1F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,31,29); }

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

background-color css

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

 a { background-color: rgb(60,31,29); }

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

border-color css

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

 span { border-color: rgb(60,31,29); }

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