Html Css Color HEX #3C1F1B Brown Pod

📋 copy color: '#3C1F1B'

red 60 ◦ green 31 ◦ blue 27

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

Shades of Brown Pod #3C1F1B

Tints of Brown Pod #3C1F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 50.85%
G = 26.27%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#3C1F1B (or 0x3C1F1B) is known color: Brown Pod. HEX triplet: 3C, 1F and 1B. RGB value is (60,31,27). Sum of RGB (Red+Green+Blue) = 60+31+27=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F1B is #C3E0E4. Grayscale: #272727. Windows color (decimal): -12837093 or 1777468. OLE color: 1777468.

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

Color convert

RGB 60 31 27 -
CMYK 0 0.48 0.55 0.76
HSL 7.27º 0.38% 0.17% -
HSV(B) 7.27º 0.55% 0.24% -
XYZ 2.55 2.02 1.29 -
YUV 39.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 60 31 27 0 0.48 0.55 0.76 7.27 0.38 0.17
Hex 3C 1F 1B 0 30 37 4C 7 26 11
Octal 74 37 33 0 60 67 114 7 46 21
Binary 111100 11111 11011 0 110000 110111 1001100 111 100110 10001

Color Harmonies of #3C1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1F1B

Black with #3C1F1B

Text Example


Text Example

White with #3C1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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