Html Css Color HEX #3C1E17 Brown Pod

📋 copy color: '#3C1E17'

red 60 ◦ green 30 ◦ blue 23

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

Shades of Brown Pod #3C1E17

Tints of Brown Pod #3C1E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.55%

 BLUE value IS 23 (9.38% from 255) = 20.35%

R = 53.1%
G = 26.55%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3C1E17 (or 0x3C1E17) is known color: Brown Pod. HEX triplet: 3C, 1E and 17. RGB value is (60,30,23). Sum of RGB (Red+Green+Blue) = 60+30+23=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1E17 is #C3E1E8. Grayscale: #262626. Windows color (decimal): -12837353 or 1515068. OLE color: 1515068.

HSL color Cylindrical-coordinate representation of color #3C1E17: hue angle of 11.35º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C1E17 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 30 23 -
CMYK 0 0.50 0.62 0.76
HSL 11.35º 0.45% 0.16% -
HSV(B) 11.35º 0.62% 0.24% -
XYZ 2.48 1.95 1.06 -
YUV 38.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 60 30 23 0 0.50 0.62 0.76 11.35 0.45 0.16
Hex 3C 1E 17 0 32 3E 4C B 2D 10
Octal 74 36 27 0 62 76 114 13 55 20
Binary 111100 11110 10111 0 110010 111110 1001100 1011 101101 10000

Color Harmonies of #3C1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1E17

Black with #3C1E17

Text Example


Text Example

White with #3C1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,30,23); }

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

background-color css

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

 a { background-color: rgb(60,30,23); }

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

border-color css

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

 span { border-color: rgb(60,30,23); }

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