Html Css Color HEX #3C1F19 Brown Pod

📋 copy color: '#3C1F19'

red 60 ◦ green 31 ◦ blue 25

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

Shades of Brown Pod #3C1F19

Tints of Brown Pod #3C1F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.55%

R = 51.72%
G = 26.72%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#3C1F19 (or 0x3C1F19) is known color: Brown Pod. HEX triplet: 3C, 1F and 19. RGB value is (60,31,25). Sum of RGB (Red+Green+Blue) = 60+31+25=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1F19 is #C3E0E6. Grayscale: #272727. Windows color (decimal): -12837095 or 1646396. OLE color: 1646396.

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

Color convert

RGB 60 31 25 -
CMYK 0 0.48 0.58 0.76
HSL 10.29º 0.41% 0.17% -
HSV(B) 10.29º 0.58% 0.24% -
XYZ 2.53 2.01 1.17 -
YUV 38.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 60 31 25 0 0.48 0.58 0.76 10.29 0.41 0.17
Hex 3C 1F 19 0 30 3A 4C A 29 11
Octal 74 37 31 0 60 72 114 12 51 21
Binary 111100 11111 11001 0 110000 111010 1001100 1010 101001 10001

Color Harmonies of #3C1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1F19

Black with #3C1F19

Text Example


Text Example

White with #3C1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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